Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3outposts package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3outposts package.
(build-cfn-access-point-builder builder id config)
The build-cfn-access-point-builder function updates a CfnAccessPoint$Builder instance using the provided configuration. The function takes the CfnAccessPoint$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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
vpcConfiguration | software.amazon.awscdk.services.s3outposts.CfnAccessPoint$VpcConfigurationProperty | cdk.support/lookup-entry | :vpc-configuration |
The build-cfn-access-point-builder function updates a CfnAccessPoint$Builder instance using the provided configuration. The function takes the CfnAccessPoint$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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `vpcConfiguration` | software.amazon.awscdk.services.s3outposts.CfnAccessPoint$VpcConfigurationProperty | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
(build-cfn-access-point-props-builder builder id config)
The build-cfn-access-point-props-builder function updates a CfnAccessPointProps$Builder instance using the provided configuration. The function takes the CfnAccessPointProps$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 |
name | java.lang.String | cdk.support/lookup-entry | :name |
policy | java.lang.Object | cdk.support/lookup-entry | :policy |
vpcConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :vpc-configuration |
The build-cfn-access-point-props-builder function updates a CfnAccessPointProps$Builder instance using the provided configuration. The function takes the CfnAccessPointProps$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` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` | | `vpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
(build-cfn-access-point-vpc-configuration-property-builder builder id config)
The build-cfn-access-point-vpc-configuration-property-builder function updates a CfnAccessPoint$VpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$VpcConfigurationProperty$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 |
---|---|---|---|
vpcId | java.lang.String | cdk.support/lookup-entry | :vpc-id |
The build-cfn-access-point-vpc-configuration-property-builder function updates a CfnAccessPoint$VpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$VpcConfigurationProperty$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 | |---|---|---|---| | `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
(build-cfn-bucket-abort-incomplete-multipart-upload-property-builder builder
id
config)
The build-cfn-bucket-abort-incomplete-multipart-upload-property-builder function updates a CfnBucket$AbortIncompleteMultipartUploadProperty$Builder instance using the provided configuration. The function takes the CfnBucket$AbortIncompleteMultipartUploadProperty$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 |
---|---|---|---|
daysAfterInitiation | java.lang.Number | cdk.support/lookup-entry | :days-after-initiation |
The build-cfn-bucket-abort-incomplete-multipart-upload-property-builder function updates a CfnBucket$AbortIncompleteMultipartUploadProperty$Builder instance using the provided configuration. The function takes the CfnBucket$AbortIncompleteMultipartUploadProperty$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 | |---|---|---|---| | `daysAfterInitiation` | java.lang.Number | [[cdk.support/lookup-entry]] | `:days-after-initiation` |
(build-cfn-bucket-builder builder id config)
The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration. The function takes the CfnBucket$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 |
lifecycleConfiguration | software.amazon.awscdk.services.s3outposts.CfnBucket$LifecycleConfigurationProperty | cdk.support/lookup-entry | :lifecycle-configuration |
outpostId | java.lang.String | cdk.support/lookup-entry | :outpost-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-bucket-builder function updates a CfnBucket$Builder instance using the provided configuration. The function takes the CfnBucket$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` | | `lifecycleConfiguration` | software.amazon.awscdk.services.s3outposts.CfnBucket$LifecycleConfigurationProperty | [[cdk.support/lookup-entry]] | `:lifecycle-configuration` | | `outpostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-bucket-filter-and-operator-property-builder builder id config)
The build-cfn-bucket-filter-and-operator-property-builder function updates a CfnBucket$FilterAndOperatorProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterAndOperatorProperty$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 |
---|---|---|---|
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-bucket-filter-and-operator-property-builder function updates a CfnBucket$FilterAndOperatorProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterAndOperatorProperty$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 | |---|---|---|---| | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-bucket-filter-property-builder builder id config)
The build-cfn-bucket-filter-property-builder function updates a CfnBucket$FilterProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterProperty$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 |
---|---|---|---|
andOperator | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :and-operator |
prefix | java.lang.String | cdk.support/lookup-entry | :prefix |
tag | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :tag |
The build-cfn-bucket-filter-property-builder function updates a CfnBucket$FilterProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterProperty$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 | |---|---|---|---| | `andOperator` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:and-operator` | | `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` | | `tag` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tag` |
(build-cfn-bucket-filter-tag-property-builder builder id config)
The build-cfn-bucket-filter-tag-property-builder function updates a CfnBucket$FilterTagProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterTagProperty$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 |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-bucket-filter-tag-property-builder function updates a CfnBucket$FilterTagProperty$Builder instance using the provided configuration. The function takes the CfnBucket$FilterTagProperty$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 | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-bucket-lifecycle-configuration-property-builder builder id config)
The build-cfn-bucket-lifecycle-configuration-property-builder function updates a CfnBucket$LifecycleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnBucket$LifecycleConfigurationProperty$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 |
---|---|---|---|
rules | java.util.List | cdk.support/lookup-entry | :rules |
The build-cfn-bucket-lifecycle-configuration-property-builder function updates a CfnBucket$LifecycleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnBucket$LifecycleConfigurationProperty$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 | |---|---|---|---| | `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
(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-bucket-props-builder builder id config)
The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration. The function takes the CfnBucketProps$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 |
lifecycleConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :lifecycle-configuration |
outpostId | java.lang.String | cdk.support/lookup-entry | :outpost-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-bucket-props-builder function updates a CfnBucketProps$Builder instance using the provided configuration. The function takes the CfnBucketProps$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` | | `lifecycleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lifecycle-configuration` | | `outpostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-bucket-rule-property-builder builder id config)
The build-cfn-bucket-rule-property-builder function updates a CfnBucket$RuleProperty$Builder instance using the provided configuration. The function takes the CfnBucket$RuleProperty$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 |
---|---|---|---|
abortIncompleteMultipartUpload | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :abort-incomplete-multipart-upload |
expirationDate | java.lang.String | cdk.support/lookup-entry | :expiration-date |
expirationInDays | java.lang.Number | cdk.support/lookup-entry | :expiration-in-days |
filter | java.lang.Object | cdk.support/lookup-entry | :filter |
id | java.lang.String | cdk.support/lookup-entry | :id |
status | java.lang.String | cdk.support/lookup-entry | :status |
The build-cfn-bucket-rule-property-builder function updates a CfnBucket$RuleProperty$Builder instance using the provided configuration. The function takes the CfnBucket$RuleProperty$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 | |---|---|---|---| | `abortIncompleteMultipartUpload` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:abort-incomplete-multipart-upload` | | `expirationDate` | java.lang.String | [[cdk.support/lookup-entry]] | `:expiration-date` | | `expirationInDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expiration-in-days` | | `filter` | java.lang.Object | [[cdk.support/lookup-entry]] | `:filter` | | `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` | | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
(build-cfn-endpoint-builder builder id config)
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration. The function takes the CfnEndpoint$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 |
---|---|---|---|
accessType | java.lang.String | cdk.support/lookup-entry | :access-type |
customerOwnedIpv4Pool | java.lang.String | cdk.support/lookup-entry | :customer-owned-ipv4-pool |
failedReason | software.amazon.awscdk.services.s3outposts.CfnEndpoint$FailedReasonProperty | cdk.support/lookup-entry | :failed-reason |
outpostId | java.lang.String | cdk.support/lookup-entry | :outpost-id |
securityGroupId | java.lang.String | cdk.support/lookup-entry | :security-group-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-endpoint-builder function updates a CfnEndpoint$Builder instance using the provided configuration. The function takes the CfnEndpoint$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 | |---|---|---|---| | `accessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-type` | | `customerOwnedIpv4Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-owned-ipv4-pool` | | `failedReason` | software.amazon.awscdk.services.s3outposts.CfnEndpoint$FailedReasonProperty | [[cdk.support/lookup-entry]] | `:failed-reason` | | `outpostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-id` | | `securityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-endpoint-failed-reason-property-builder builder id config)
The build-cfn-endpoint-failed-reason-property-builder function updates a CfnEndpoint$FailedReasonProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$FailedReasonProperty$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 |
---|---|---|---|
errorCode | java.lang.String | cdk.support/lookup-entry | :error-code |
message | java.lang.String | cdk.support/lookup-entry | :message |
The build-cfn-endpoint-failed-reason-property-builder function updates a CfnEndpoint$FailedReasonProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$FailedReasonProperty$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 | |---|---|---|---| | `errorCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:error-code` | | `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` |
(build-cfn-endpoint-network-interface-property-builder builder id config)
The build-cfn-endpoint-network-interface-property-builder function updates a CfnEndpoint$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$NetworkInterfaceProperty$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 |
---|---|---|---|
networkInterfaceId | java.lang.String | cdk.support/lookup-entry | :network-interface-id |
The build-cfn-endpoint-network-interface-property-builder function updates a CfnEndpoint$NetworkInterfaceProperty$Builder instance using the provided configuration. The function takes the CfnEndpoint$NetworkInterfaceProperty$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 | |---|---|---|---| | `networkInterfaceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:network-interface-id` |
(build-cfn-endpoint-props-builder builder id config)
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration. The function takes the CfnEndpointProps$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 |
---|---|---|---|
accessType | java.lang.String | cdk.support/lookup-entry | :access-type |
customerOwnedIpv4Pool | java.lang.String | cdk.support/lookup-entry | :customer-owned-ipv4-pool |
failedReason | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :failed-reason |
outpostId | java.lang.String | cdk.support/lookup-entry | :outpost-id |
securityGroupId | java.lang.String | cdk.support/lookup-entry | :security-group-id |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-endpoint-props-builder function updates a CfnEndpointProps$Builder instance using the provided configuration. The function takes the CfnEndpointProps$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 | |---|---|---|---| | `accessType` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-type` | | `customerOwnedIpv4Pool` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-owned-ipv4-pool` | | `failedReason` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:failed-reason` | | `outpostId` | java.lang.String | [[cdk.support/lookup-entry]] | `:outpost-id` | | `securityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-id` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(cfn-access-point-builder scope id config)
Creates a CfnAccessPoint$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 `CfnAccessPoint$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-access-point-props-builder id config)
Creates a CfnAccessPointProps$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 `CfnAccessPointProps$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-access-point-vpc-configuration-property-builder id config)
Creates a CfnAccessPoint$VpcConfigurationProperty$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 `CfnAccessPoint$VpcConfigurationProperty$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-bucket-abort-incomplete-multipart-upload-property-builder id config)
Creates a CfnBucket$AbortIncompleteMultipartUploadProperty$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 `CfnBucket$AbortIncompleteMultipartUploadProperty$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-bucket-builder scope id config)
Creates a CfnBucket$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 `CfnBucket$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-filter-and-operator-property-builder id config)
Creates a CfnBucket$FilterAndOperatorProperty$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 `CfnBucket$FilterAndOperatorProperty$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-bucket-filter-property-builder id config)
Creates a CfnBucket$FilterProperty$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 `CfnBucket$FilterProperty$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-bucket-filter-tag-property-builder id config)
Creates a CfnBucket$FilterTagProperty$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 `CfnBucket$FilterTagProperty$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-bucket-lifecycle-configuration-property-builder id config)
Creates a CfnBucket$LifecycleConfigurationProperty$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 `CfnBucket$LifecycleConfigurationProperty$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-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-bucket-props-builder id config)
Creates a CfnBucketProps$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 `CfnBucketProps$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-bucket-rule-property-builder id config)
Creates a CfnBucket$RuleProperty$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 `CfnBucket$RuleProperty$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-endpoint-builder scope id config)
Creates a CfnEndpoint$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 `CfnEndpoint$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-endpoint-failed-reason-property-builder id config)
Creates a CfnEndpoint$FailedReasonProperty$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 `CfnEndpoint$FailedReasonProperty$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-endpoint-network-interface-property-builder id config)
Creates a CfnEndpoint$NetworkInterfaceProperty$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 `CfnEndpoint$NetworkInterfaceProperty$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-endpoint-props-builder id config)
Creates a CfnEndpointProps$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 `CfnEndpointProps$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