Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3express package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3express package.
(build-cfn-bucket-policy-builder builder id config)
The build-cfn-bucket-policy-builder function updates a CfnBucketPolicy$Builder instance using the provided configuration. The function takes the CfnBucketPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
The build-cfn-bucket-policy-builder function updates a CfnBucketPolicy$Builder instance using the provided configuration. The function takes the CfnBucketPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
(build-cfn-bucket-policy-props-builder builder id config)
The build-cfn-bucket-policy-props-builder function updates a CfnBucketPolicyProps$Builder instance using the provided configuration. The function takes the CfnBucketPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
The build-cfn-bucket-policy-props-builder function updates a CfnBucketPolicyProps$Builder instance using the provided configuration. The function takes the CfnBucketPolicyProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
(build-cfn-directory-bucket-builder builder id config)
The build-cfn-directory-bucket-builder function updates a CfnDirectoryBucket$Builder instance using the provided configuration. The function takes the CfnDirectoryBucket$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
dataRedundancy | java.lang.String | cdk.support/lookup-entry | :data-redundancy |
locationName | java.lang.String | cdk.support/lookup-entry | :location-name |
The build-cfn-directory-bucket-builder function updates a CfnDirectoryBucket$Builder instance using the provided configuration. The function takes the CfnDirectoryBucket$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `dataRedundancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-redundancy` | | `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
(build-cfn-directory-bucket-props-builder builder id config)
The build-cfn-directory-bucket-props-builder function updates a CfnDirectoryBucketProps$Builder instance using the provided configuration. The function takes the CfnDirectoryBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
dataRedundancy | java.lang.String | cdk.support/lookup-entry | :data-redundancy |
locationName | java.lang.String | cdk.support/lookup-entry | :location-name |
The build-cfn-directory-bucket-props-builder function updates a CfnDirectoryBucketProps$Builder instance using the provided configuration. The function takes the CfnDirectoryBucketProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `dataRedundancy` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-redundancy` | | `locationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-name` |
(cfn-bucket-policy-builder scope id config)
Creates a CfnBucketPolicy$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnBucketPolicy$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-bucket-policy-props-builder id config)
Creates a CfnBucketPolicyProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnBucketPolicyProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-directory-bucket-builder scope id config)
Creates a CfnDirectoryBucket$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDirectoryBucket$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-directory-bucket-props-builder id config)
Creates a CfnDirectoryBucketProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDirectoryBucketProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close