Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3objectlambda package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.s3objectlambda package.
(build-cfn-access-point-alias-property-builder builder id config)
The build-cfn-access-point-alias-property-builder function updates a CfnAccessPoint$AliasProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AliasProperty$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 |
---|---|---|---|
status | java.lang.String | cdk.support/lookup-entry | :status |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-access-point-alias-property-builder function updates a CfnAccessPoint$AliasProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AliasProperty$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 | |---|---|---|---| | `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-access-point-aws-lambda-property-builder builder id config)
The build-cfn-access-point-aws-lambda-property-builder function updates a CfnAccessPoint$AwsLambdaProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AwsLambdaProperty$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 |
---|---|---|---|
functionArn | java.lang.String | cdk.support/lookup-entry | :function-arn |
functionPayload | java.lang.String | cdk.support/lookup-entry | :function-payload |
The build-cfn-access-point-aws-lambda-property-builder function updates a CfnAccessPoint$AwsLambdaProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$AwsLambdaProperty$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 | |---|---|---|---| | `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` | | `functionPayload` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-payload` |
(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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
objectLambdaConfiguration | software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint$ObjectLambdaConfigurationProperty | cdk.support/lookup-entry | :object-lambda-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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `objectLambdaConfiguration` | software.amazon.awscdk.services.s3objectlambda.CfnAccessPoint$ObjectLambdaConfigurationProperty | [[cdk.support/lookup-entry]] | `:object-lambda-configuration` |
(build-cfn-access-point-content-transformation-property-builder builder
id
config)
The build-cfn-access-point-content-transformation-property-builder function updates a CfnAccessPoint$ContentTransformationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$ContentTransformationProperty$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 |
---|---|---|---|
awsLambda | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :aws-lambda |
The build-cfn-access-point-content-transformation-property-builder function updates a CfnAccessPoint$ContentTransformationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$ContentTransformationProperty$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 | |---|---|---|---| | `awsLambda` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-lambda` |
(build-cfn-access-point-object-lambda-configuration-property-builder builder
id
config)
The build-cfn-access-point-object-lambda-configuration-property-builder function updates a CfnAccessPoint$ObjectLambdaConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$ObjectLambdaConfigurationProperty$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 |
---|---|---|---|
allowedFeatures | java.util.List | cdk.support/lookup-entry | :allowed-features |
cloudWatchMetricsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :cloud-watch-metrics-enabled |
supportingAccessPoint | java.lang.String | cdk.support/lookup-entry | :supporting-access-point |
transformationConfigurations | java.util.List | cdk.support/lookup-entry | :transformation-configurations |
The build-cfn-access-point-object-lambda-configuration-property-builder function updates a CfnAccessPoint$ObjectLambdaConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$ObjectLambdaConfigurationProperty$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 | |---|---|---|---| | `allowedFeatures` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-features` | | `cloudWatchMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-metrics-enabled` | | `supportingAccessPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:supporting-access-point` | | `transformationConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:transformation-configurations` |
(build-cfn-access-point-policy-builder builder id config)
The build-cfn-access-point-policy-builder function updates a CfnAccessPointPolicy$Builder instance using the provided configuration. The function takes the CfnAccessPointPolicy$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 |
---|---|---|---|
objectLambdaAccessPoint | java.lang.String | cdk.support/lookup-entry | :object-lambda-access-point |
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
The build-cfn-access-point-policy-builder function updates a CfnAccessPointPolicy$Builder instance using the provided configuration. The function takes the CfnAccessPointPolicy$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 | |---|---|---|---| | `objectLambdaAccessPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-lambda-access-point` | | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
(build-cfn-access-point-policy-props-builder builder id config)
The build-cfn-access-point-policy-props-builder function updates a CfnAccessPointPolicyProps$Builder instance using the provided configuration. The function takes the CfnAccessPointPolicyProps$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 |
---|---|---|---|
objectLambdaAccessPoint | java.lang.String | cdk.support/lookup-entry | :object-lambda-access-point |
policyDocument | java.lang.Object | cdk.support/lookup-entry | :policy-document |
The build-cfn-access-point-policy-props-builder function updates a CfnAccessPointPolicyProps$Builder instance using the provided configuration. The function takes the CfnAccessPointPolicyProps$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 | |---|---|---|---| | `objectLambdaAccessPoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-lambda-access-point` | | `policyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy-document` |
(build-cfn-access-point-policy-status-property-builder builder id config)
The build-cfn-access-point-policy-status-property-builder function updates a CfnAccessPoint$PolicyStatusProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PolicyStatusProperty$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 |
---|---|---|---|
isPublic | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-public |
The build-cfn-access-point-policy-status-property-builder function updates a CfnAccessPoint$PolicyStatusProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PolicyStatusProperty$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 | |---|---|---|---| | `isPublic` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-public` |
(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 |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
objectLambdaConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :object-lambda-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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `objectLambdaConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:object-lambda-configuration` |
(build-cfn-access-point-public-access-block-configuration-property-builder
builder
id
config)
The build-cfn-access-point-public-access-block-configuration-property-builder function updates a CfnAccessPoint$PublicAccessBlockConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PublicAccessBlockConfigurationProperty$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 |
---|---|---|---|
blockPublicAcls | java.lang.Boolean | cdk.support/lookup-entry | :block-public-acls |
blockPublicPolicy | java.lang.Boolean | cdk.support/lookup-entry | :block-public-policy |
ignorePublicAcls | java.lang.Boolean | cdk.support/lookup-entry | :ignore-public-acls |
restrictPublicBuckets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :restrict-public-buckets |
The build-cfn-access-point-public-access-block-configuration-property-builder function updates a CfnAccessPoint$PublicAccessBlockConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$PublicAccessBlockConfigurationProperty$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 | |---|---|---|---| | `blockPublicAcls` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:block-public-acls` | | `blockPublicPolicy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:block-public-policy` | | `ignorePublicAcls` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ignore-public-acls` | | `restrictPublicBuckets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:restrict-public-buckets` |
(build-cfn-access-point-transformation-configuration-property-builder builder
id
config)
The build-cfn-access-point-transformation-configuration-property-builder function updates a CfnAccessPoint$TransformationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$TransformationConfigurationProperty$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 |
---|---|---|---|
actions | java.util.List | cdk.support/lookup-entry | :actions |
contentTransformation | java.lang.Object | cdk.support/lookup-entry | :content-transformation |
The build-cfn-access-point-transformation-configuration-property-builder function updates a CfnAccessPoint$TransformationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAccessPoint$TransformationConfigurationProperty$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 | |---|---|---|---| | `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` | | `contentTransformation` | java.lang.Object | [[cdk.support/lookup-entry]] | `:content-transformation` |
(cfn-access-point-alias-property-builder id config)
Creates a CfnAccessPoint$AliasProperty$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$AliasProperty$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-aws-lambda-property-builder id config)
Creates a CfnAccessPoint$AwsLambdaProperty$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$AwsLambdaProperty$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-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-content-transformation-property-builder id config)
Creates a CfnAccessPoint$ContentTransformationProperty$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$ContentTransformationProperty$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-object-lambda-configuration-property-builder id config)
Creates a CfnAccessPoint$ObjectLambdaConfigurationProperty$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$ObjectLambdaConfigurationProperty$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-policy-builder scope id config)
Creates a CfnAccessPointPolicy$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 `CfnAccessPointPolicy$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-policy-props-builder id config)
Creates a CfnAccessPointPolicyProps$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 `CfnAccessPointPolicyProps$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-policy-status-property-builder id config)
Creates a CfnAccessPoint$PolicyStatusProperty$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$PolicyStatusProperty$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-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-public-access-block-configuration-property-builder id config)
Creates a CfnAccessPoint$PublicAccessBlockConfigurationProperty$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$PublicAccessBlockConfigurationProperty$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-transformation-configuration-property-builder id config)
Creates a CfnAccessPoint$TransformationConfigurationProperty$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$TransformationConfigurationProperty$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