Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.sam

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.sam package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.sam package. 
raw docstring

build-cfn-api-access-log-setting-property-builderclj

(build-cfn-api-access-log-setting-property-builder builder id config)

The build-cfn-api-access-log-setting-property-builder function updates a CfnApi$AccessLogSettingProperty$Builder instance using the provided configuration. The function takes the CfnApi$AccessLogSettingProperty$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:

FieldDataTypeLookup FunctionData Key
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
formatjava.lang.Stringcdk.support/lookup-entry:format
The build-cfn-api-access-log-setting-property-builder function updates a CfnApi$AccessLogSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$AccessLogSettingProperty$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 |
|---|---|---|---|
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
sourceraw docstring

build-cfn-api-auth-property-builderclj

(build-cfn-api-auth-property-builder builder id config)

The build-cfn-api-auth-property-builder function updates a CfnApi$AuthProperty$Builder instance using the provided configuration. The function takes the CfnApi$AuthProperty$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:

FieldDataTypeLookup FunctionData Key
addDefaultAuthorizerToCorsPreflightjava.lang.Booleancdk.support/lookup-entry:add-default-authorizer-to-cors-preflight
authorizersjava.lang.Objectcdk.support/lookup-entry:authorizers
defaultAuthorizerjava.lang.Stringcdk.support/lookup-entry:default-authorizer
The build-cfn-api-auth-property-builder function updates a CfnApi$AuthProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$AuthProperty$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 |
|---|---|---|---|
| `addDefaultAuthorizerToCorsPreflight` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-default-authorizer-to-cors-preflight` |
| `authorizers` | java.lang.Object | [[cdk.support/lookup-entry]] | `:authorizers` |
| `defaultAuthorizer` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authorizer` |
sourceraw docstring

build-cfn-api-builderclj

(build-cfn-api-builder builder id config)

The build-cfn-api-builder function updates a CfnApi$Builder instance using the provided configuration. The function takes the CfnApi$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:

FieldDataTypeLookup FunctionData Key
accessLogSettingsoftware.amazon.awscdk.services.sam.CfnApi$AccessLogSettingPropertycdk.support/lookup-entry:access-log-setting
alwaysDeploysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:always-deploy
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cacheClusterEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
canarySettingsoftware.amazon.awscdk.services.sam.CfnApi$CanarySettingPropertycdk.support/lookup-entry:canary-setting
corsjava.lang.Stringcdk.support/lookup-entry:cors
definitionBodyjava.lang.Objectcdk.support/lookup-entry:definition-body
definitionUrisoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-execute-api-endpoint
domainsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:domain
endpointConfigurationsoftware.amazon.awscdk.services.sam.CfnApi$EndpointConfigurationPropertycdk.support/lookup-entry:endpoint-configuration
gatewayResponsesjava.lang.Objectcdk.support/lookup-entry:gateway-responses
methodSettingsjava.util.Listcdk.support/lookup-entry:method-settings
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
modelsjava.lang.Objectcdk.support/lookup-entry:models
namejava.lang.Stringcdk.support/lookup-entry:name
openApiVersionjava.lang.Stringcdk.support/lookup-entry:open-api-version
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
tracingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracing-enabled
variablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:variables
The build-cfn-api-builder function updates a CfnApi$Builder instance using the provided configuration.
  The function takes the CfnApi$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 |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.services.sam.CfnApi$AccessLogSettingProperty | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `alwaysDeploy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:always-deploy` |
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cacheClusterEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `canarySetting` | software.amazon.awscdk.services.sam.CfnApi$CanarySettingProperty | [[cdk.support/lookup-entry]] | `:canary-setting` |
| `cors` | java.lang.String | [[cdk.support/lookup-entry]] | `:cors` |
| `definitionBody` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition-body` |
| `definitionUri` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domain` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain` |
| `endpointConfiguration` | software.amazon.awscdk.services.sam.CfnApi$EndpointConfigurationProperty | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `gatewayResponses` | java.lang.Object | [[cdk.support/lookup-entry]] | `:gateway-responses` |
| `methodSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:method-settings` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `models` | java.lang.Object | [[cdk.support/lookup-entry]] | `:models` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `openApiVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:open-api-version` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tracingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-api-canary-setting-property-builderclj

(build-cfn-api-canary-setting-property-builder builder id config)

The build-cfn-api-canary-setting-property-builder function updates a CfnApi$CanarySettingProperty$Builder instance using the provided configuration. The function takes the CfnApi$CanarySettingProperty$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:

FieldDataTypeLookup FunctionData Key
deploymentIdjava.lang.Stringcdk.support/lookup-entry:deployment-id
percentTrafficjava.lang.Numbercdk.support/lookup-entry:percent-traffic
stageVariableOverridesjava.util.Mapcdk.support/lookup-entry:stage-variable-overrides
useStageCachejava.lang.Booleancdk.support/lookup-entry:use-stage-cache
The build-cfn-api-canary-setting-property-builder function updates a CfnApi$CanarySettingProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$CanarySettingProperty$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 |
|---|---|---|---|
| `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` |
| `percentTraffic` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percent-traffic` |
| `stageVariableOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:stage-variable-overrides` |
| `useStageCache` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-stage-cache` |
sourceraw docstring

build-cfn-api-cors-configuration-property-builderclj

(build-cfn-api-cors-configuration-property-builder builder id config)

The build-cfn-api-cors-configuration-property-builder function updates a CfnApi$CorsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApi$CorsConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
allowCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-credentials
allowHeadersjava.lang.Stringcdk.support/lookup-entry:allow-headers
allowMethodsjava.lang.Stringcdk.support/lookup-entry:allow-methods
allowOriginjava.lang.Stringcdk.support/lookup-entry:allow-origin
maxAgejava.lang.Stringcdk.support/lookup-entry:max-age
The build-cfn-api-cors-configuration-property-builder function updates a CfnApi$CorsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$CorsConfigurationProperty$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 |
|---|---|---|---|
| `allowCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowHeaders` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-headers` |
| `allowMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-methods` |
| `allowOrigin` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-origin` |
| `maxAge` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-age` |
sourceraw docstring

build-cfn-api-domain-configuration-property-builderclj

(build-cfn-api-domain-configuration-property-builder builder id config)

The build-cfn-api-domain-configuration-property-builder function updates a CfnApi$DomainConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApi$DomainConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
basePathjava.util.Listcdk.support/lookup-entry:base-path
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointConfigurationjava.lang.Stringcdk.support/lookup-entry:endpoint-configuration
mutualTlsAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mutual-tls-authentication
ownershipVerificationCertificateArnjava.lang.Stringcdk.support/lookup-entry:ownership-verification-certificate-arn
route53software.amazon.awscdk.services.sam.CfnApi$Route53ConfigurationPropertycdk.support/lookup-entry:route53
securityPolicyjava.lang.Stringcdk.support/lookup-entry:security-policy
The build-cfn-api-domain-configuration-property-builder function updates a CfnApi$DomainConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$DomainConfigurationProperty$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 |
|---|---|---|---|
| `basePath` | java.util.List | [[cdk.support/lookup-entry]] | `:base-path` |
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` |
| `ownershipVerificationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ownership-verification-certificate-arn` |
| `route53` | software.amazon.awscdk.services.sam.CfnApi$Route53ConfigurationProperty | [[cdk.support/lookup-entry]] | `:route53` |
| `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
sourceraw docstring

build-cfn-api-endpoint-configuration-property-builderclj

(build-cfn-api-endpoint-configuration-property-builder builder id config)

The build-cfn-api-endpoint-configuration-property-builder function updates a CfnApi$EndpointConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApi$EndpointConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
typejava.lang.Stringcdk.support/lookup-entry:type
vpcEndpointIdsjava.util.Listcdk.support/lookup-entry:vpc-endpoint-ids
The build-cfn-api-endpoint-configuration-property-builder function updates a CfnApi$EndpointConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$EndpointConfigurationProperty$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 |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `vpcEndpointIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-endpoint-ids` |
sourceraw docstring

build-cfn-api-mutual-tls-authentication-property-builderclj

(build-cfn-api-mutual-tls-authentication-property-builder builder id config)

The build-cfn-api-mutual-tls-authentication-property-builder function updates a CfnApi$MutualTlsAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnApi$MutualTlsAuthenticationProperty$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:

FieldDataTypeLookup FunctionData Key
truststoreUrijava.lang.Stringcdk.support/lookup-entry:truststore-uri
truststoreVersionjava.lang.Stringcdk.support/lookup-entry:truststore-version
The build-cfn-api-mutual-tls-authentication-property-builder function updates a CfnApi$MutualTlsAuthenticationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$MutualTlsAuthenticationProperty$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 |
|---|---|---|---|
| `truststoreUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:truststore-uri` |
| `truststoreVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:truststore-version` |
sourceraw docstring

build-cfn-api-props-builderclj

(build-cfn-api-props-builder builder id config)

The build-cfn-api-props-builder function updates a CfnApiProps$Builder instance using the provided configuration. The function takes the CfnApiProps$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:

FieldDataTypeLookup FunctionData Key
accessLogSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-log-setting
alwaysDeployjava.lang.Booleancdk.support/lookup-entry:always-deploy
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cacheClusterEnabledjava.lang.Booleancdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
canarySettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:canary-setting
corsjava.lang.Stringcdk.support/lookup-entry:cors
definitionBodyjava.lang.Objectcdk.support/lookup-entry:definition-body
definitionUrijava.lang.Stringcdk.support/lookup-entry:definition-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-execute-api-endpoint
domainsoftware.amazon.awscdk.services.sam.CfnApi$DomainConfigurationPropertycdk.support/lookup-entry:domain
endpointConfigurationjava.lang.Stringcdk.support/lookup-entry:endpoint-configuration
gatewayResponsesjava.lang.Objectcdk.support/lookup-entry:gateway-responses
methodSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:method-settings
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
modelsjava.lang.Objectcdk.support/lookup-entry:models
namejava.lang.Stringcdk.support/lookup-entry:name
openApiVersionjava.lang.Stringcdk.support/lookup-entry:open-api-version
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
tracingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracing-enabled
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-cfn-api-props-builder function updates a CfnApiProps$Builder instance using the provided configuration.
  The function takes the CfnApiProps$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 |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `alwaysDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:always-deploy` |
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cacheClusterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `canarySetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:canary-setting` |
| `cors` | java.lang.String | [[cdk.support/lookup-entry]] | `:cors` |
| `definitionBody` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition-body` |
| `definitionUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domain` | software.amazon.awscdk.services.sam.CfnApi$DomainConfigurationProperty | [[cdk.support/lookup-entry]] | `:domain` |
| `endpointConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `gatewayResponses` | java.lang.Object | [[cdk.support/lookup-entry]] | `:gateway-responses` |
| `methodSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:method-settings` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `models` | java.lang.Object | [[cdk.support/lookup-entry]] | `:models` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `openApiVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:open-api-version` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tracingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-api-route53-configuration-property-builderclj

(build-cfn-api-route53-configuration-property-builder builder id config)

The build-cfn-api-route53-configuration-property-builder function updates a CfnApi$Route53ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApi$Route53ConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
distributedDomainNamejava.lang.Stringcdk.support/lookup-entry:distributed-domain-name
evaluateTargetHealthjava.lang.Booleancdk.support/lookup-entry:evaluate-target-health
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
ipV6software.amazon.awscdk.IResolvablecdk.support/lookup-entry:ip-v6
The build-cfn-api-route53-configuration-property-builder function updates a CfnApi$Route53ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$Route53ConfigurationProperty$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 |
|---|---|---|---|
| `distributedDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distributed-domain-name` |
| `evaluateTargetHealth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:evaluate-target-health` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `ipV6` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ip-v6` |
sourceraw docstring

build-cfn-api-s3-location-property-builderclj

(build-cfn-api-s3-location-property-builder builder id config)

The build-cfn-api-s3-location-property-builder function updates a CfnApi$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnApi$S3LocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-api-s3-location-property-builder function updates a CfnApi$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnApi$S3LocationProperty$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` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-application-application-location-property-builderclj

(build-cfn-application-application-location-property-builder builder id config)

The build-cfn-application-application-location-property-builder function updates a CfnApplication$ApplicationLocationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$ApplicationLocationProperty$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:

FieldDataTypeLookup FunctionData Key
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
semanticVersionjava.lang.Stringcdk.support/lookup-entry:semantic-version
The build-cfn-application-application-location-property-builder function updates a CfnApplication$ApplicationLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$ApplicationLocationProperty$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `semanticVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:semantic-version` |
sourceraw docstring

build-cfn-application-builderclj

(build-cfn-application-builder builder id config)

The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$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:

FieldDataTypeLookup FunctionData Key
locationsoftware.amazon.awscdk.services.sam.CfnApplication$ApplicationLocationPropertycdk.support/lookup-entry:location
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
tagsjava.util.Mapcdk.support/lookup-entry:tags
timeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-in-minutes
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration.
  The function takes the CfnApplication$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 |
|---|---|---|---|
| `location` | software.amazon.awscdk.services.sam.CfnApplication$ApplicationLocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
sourceraw docstring

build-cfn-application-props-builderclj

(build-cfn-application-props-builder builder id config)

The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$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:

FieldDataTypeLookup FunctionData Key
locationsoftware.amazon.awscdk.services.sam.CfnApplication$ApplicationLocationPropertycdk.support/lookup-entry:location
notificationArnsjava.util.Listcdk.support/lookup-entry:notification-arns
parametersjava.util.Mapcdk.support/lookup-entry:parameters
tagsjava.util.Mapcdk.support/lookup-entry:tags
timeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-in-minutes
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationProps$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 |
|---|---|---|---|
| `location` | software.amazon.awscdk.services.sam.CfnApplication$ApplicationLocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
sourceraw docstring

build-cfn-function-alexa-skill-event-property-builderclj

(build-cfn-function-alexa-skill-event-property-builder builder id config)

The build-cfn-function-alexa-skill-event-property-builder function updates a CfnFunction$AlexaSkillEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$AlexaSkillEventProperty$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:

FieldDataTypeLookup FunctionData Key
skillIdjava.lang.Stringcdk.support/lookup-entry:skill-id
The build-cfn-function-alexa-skill-event-property-builder function updates a CfnFunction$AlexaSkillEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$AlexaSkillEventProperty$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 |
|---|---|---|---|
| `skillId` | java.lang.String | [[cdk.support/lookup-entry]] | `:skill-id` |
sourceraw docstring

build-cfn-function-api-event-property-builderclj

(build-cfn-function-api-event-property-builder builder id config)

The build-cfn-function-api-event-property-builder function updates a CfnFunction$ApiEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ApiEventProperty$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:

FieldDataTypeLookup FunctionData Key
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
methodjava.lang.Stringcdk.support/lookup-entry:method
pathjava.lang.Stringcdk.support/lookup-entry:path
requestModelsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:request-model
requestParametersjava.util.Listcdk.support/lookup-entry:request-parameters
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-function-api-event-property-builder function updates a CfnFunction$ApiEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ApiEventProperty$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 |
|---|---|---|---|
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `requestModel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:request-model` |
| `requestParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-function-auth-property-builderclj

(build-cfn-function-auth-property-builder builder id config)

The build-cfn-function-auth-property-builder function updates a CfnFunction$AuthProperty$Builder instance using the provided configuration. The function takes the CfnFunction$AuthProperty$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:

FieldDataTypeLookup FunctionData Key
apiKeyRequiredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:api-key-required
authorizationScopesjava.util.Listcdk.support/lookup-entry:authorization-scopes
authorizerjava.lang.Stringcdk.support/lookup-entry:authorizer
resourcePolicysoftware.amazon.awscdk.services.sam.CfnFunction$AuthResourcePolicyPropertycdk.support/lookup-entry:resource-policy
The build-cfn-function-auth-property-builder function updates a CfnFunction$AuthProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$AuthProperty$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 |
|---|---|---|---|
| `apiKeyRequired` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:api-key-required` |
| `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` |
| `authorizer` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer` |
| `resourcePolicy` | software.amazon.awscdk.services.sam.CfnFunction$AuthResourcePolicyProperty | [[cdk.support/lookup-entry]] | `:resource-policy` |
sourceraw docstring

build-cfn-function-auth-resource-policy-property-builderclj

(build-cfn-function-auth-resource-policy-property-builder builder id config)

The build-cfn-function-auth-resource-policy-property-builder function updates a CfnFunction$AuthResourcePolicyProperty$Builder instance using the provided configuration. The function takes the CfnFunction$AuthResourcePolicyProperty$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:

FieldDataTypeLookup FunctionData Key
awsAccountBlacklistjava.util.Listcdk.support/lookup-entry:aws-account-blacklist
awsAccountWhitelistjava.util.Listcdk.support/lookup-entry:aws-account-whitelist
customStatementssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-statements
intrinsicVpcBlacklistjava.util.Listcdk.support/lookup-entry:intrinsic-vpc-blacklist
intrinsicVpcWhitelistjava.util.Listcdk.support/lookup-entry:intrinsic-vpc-whitelist
intrinsicVpceBlacklistjava.util.Listcdk.support/lookup-entry:intrinsic-vpce-blacklist
intrinsicVpceWhitelistjava.util.Listcdk.support/lookup-entry:intrinsic-vpce-whitelist
ipRangeBlacklistjava.util.Listcdk.support/lookup-entry:ip-range-blacklist
ipRangeWhitelistjava.util.Listcdk.support/lookup-entry:ip-range-whitelist
sourceVpcBlacklistjava.util.Listcdk.support/lookup-entry:source-vpc-blacklist
sourceVpcWhitelistjava.util.Listcdk.support/lookup-entry:source-vpc-whitelist
The build-cfn-function-auth-resource-policy-property-builder function updates a CfnFunction$AuthResourcePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$AuthResourcePolicyProperty$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 |
|---|---|---|---|
| `awsAccountBlacklist` | java.util.List | [[cdk.support/lookup-entry]] | `:aws-account-blacklist` |
| `awsAccountWhitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:aws-account-whitelist` |
| `customStatements` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-statements` |
| `intrinsicVpcBlacklist` | java.util.List | [[cdk.support/lookup-entry]] | `:intrinsic-vpc-blacklist` |
| `intrinsicVpcWhitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:intrinsic-vpc-whitelist` |
| `intrinsicVpceBlacklist` | java.util.List | [[cdk.support/lookup-entry]] | `:intrinsic-vpce-blacklist` |
| `intrinsicVpceWhitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:intrinsic-vpce-whitelist` |
| `ipRangeBlacklist` | java.util.List | [[cdk.support/lookup-entry]] | `:ip-range-blacklist` |
| `ipRangeWhitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:ip-range-whitelist` |
| `sourceVpcBlacklist` | java.util.List | [[cdk.support/lookup-entry]] | `:source-vpc-blacklist` |
| `sourceVpcWhitelist` | java.util.List | [[cdk.support/lookup-entry]] | `:source-vpc-whitelist` |
sourceraw docstring

build-cfn-function-bucket-sampt-property-builderclj

(build-cfn-function-bucket-sampt-property-builder builder id config)

The build-cfn-function-bucket-sampt-property-builder function updates a CfnFunction$BucketSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$BucketSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
The build-cfn-function-bucket-sampt-property-builder function updates a CfnFunction$BucketSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$BucketSAMPTProperty$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` |
sourceraw docstring

build-cfn-function-builderclj

(build-cfn-function-builder builder id config)

The build-cfn-function-builder function updates a CfnFunction$Builder instance using the provided configuration. The function takes the CfnFunction$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:

FieldDataTypeLookup FunctionData Key
architecturesjava.util.Listcdk.support/lookup-entry:architectures
assumeRolePolicyDocumentjava.lang.Objectcdk.support/lookup-entry:assume-role-policy-document
autoPublishAliasjava.lang.Stringcdk.support/lookup-entry:auto-publish-alias
autoPublishCodeSha256java.lang.Stringcdk.support/lookup-entry:auto-publish-code-sha256
codeSigningConfigArnjava.lang.Stringcdk.support/lookup-entry:code-signing-config-arn
codeUrisoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:code-uri
deadLetterQueuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dead-letter-queue
deploymentPreferencesoftware.amazon.awscdk.services.sam.CfnFunction$DeploymentPreferencePropertycdk.support/lookup-entry:deployment-preference
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentsoftware.amazon.awscdk.services.sam.CfnFunction$FunctionEnvironmentPropertycdk.support/lookup-entry:environment
ephemeralStoragesoftware.amazon.awscdk.services.sam.CfnFunction$EphemeralStoragePropertycdk.support/lookup-entry:ephemeral-storage
eventInvokeConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-invoke-config
eventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:events
fileSystemConfigsjava.util.Listcdk.support/lookup-entry:file-system-configs
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionUrlConfigsoftware.amazon.awscdk.services.sam.CfnFunction$FunctionUrlConfigPropertycdk.support/lookup-entry:function-url-config
handlerjava.lang.Stringcdk.support/lookup-entry:handler
imageConfigsoftware.amazon.awscdk.services.sam.CfnFunction$ImageConfigPropertycdk.support/lookup-entry:image-config
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
inlineCodejava.lang.Stringcdk.support/lookup-entry:inline-code
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
layersjava.util.Listcdk.support/lookup-entry:layers
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
packageTypejava.lang.Stringcdk.support/lookup-entry:package-type
permissionsBoundaryjava.lang.Stringcdk.support/lookup-entry:permissions-boundary
policiessoftware.amazon.awscdk.services.sam.CfnFunction$IAMPolicyDocumentPropertycdk.support/lookup-entry:policies
provisionedConcurrencyConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:provisioned-concurrency-config
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
rolejava.lang.Stringcdk.support/lookup-entry:role
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
tagsjava.util.Mapcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
tracingjava.lang.Stringcdk.support/lookup-entry:tracing
versionDescriptionjava.lang.Stringcdk.support/lookup-entry:version-description
vpcConfigsoftware.amazon.awscdk.services.sam.CfnFunction$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-function-builder function updates a CfnFunction$Builder instance using the provided configuration.
  The function takes the CfnFunction$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 |
|---|---|---|---|
| `architectures` | java.util.List | [[cdk.support/lookup-entry]] | `:architectures` |
| `assumeRolePolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:assume-role-policy-document` |
| `autoPublishAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-publish-alias` |
| `autoPublishCodeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-publish-code-sha256` |
| `codeSigningConfigArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-signing-config-arn` |
| `codeUri` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:code-uri` |
| `deadLetterQueue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deploymentPreference` | software.amazon.awscdk.services.sam.CfnFunction$DeploymentPreferenceProperty | [[cdk.support/lookup-entry]] | `:deployment-preference` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | software.amazon.awscdk.services.sam.CfnFunction$FunctionEnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` |
| `ephemeralStorage` | software.amazon.awscdk.services.sam.CfnFunction$EphemeralStorageProperty | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `eventInvokeConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-invoke-config` |
| `events` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:events` |
| `fileSystemConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-configs` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionUrlConfig` | software.amazon.awscdk.services.sam.CfnFunction$FunctionUrlConfigProperty | [[cdk.support/lookup-entry]] | `:function-url-config` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `imageConfig` | software.amazon.awscdk.services.sam.CfnFunction$ImageConfigProperty | [[cdk.support/lookup-entry]] | `:image-config` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `inlineCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-code` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `packageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-type` |
| `permissionsBoundary` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `policies` | software.amazon.awscdk.services.sam.CfnFunction$IAMPolicyDocumentProperty | [[cdk.support/lookup-entry]] | `:policies` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | java.lang.String | [[cdk.support/lookup-entry]] | `:tracing` |
| `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
| `vpcConfig` | software.amazon.awscdk.services.sam.CfnFunction$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-function-cloud-watch-event-event-property-builderclj

(build-cfn-function-cloud-watch-event-event-property-builder builder id config)

The build-cfn-function-cloud-watch-event-event-property-builder function updates a CfnFunction$CloudWatchEventEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CloudWatchEventEventProperty$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:

FieldDataTypeLookup FunctionData Key
inputjava.lang.Stringcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
patternjava.lang.Objectcdk.support/lookup-entry:pattern
The build-cfn-function-cloud-watch-event-event-property-builder function updates a CfnFunction$CloudWatchEventEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CloudWatchEventEventProperty$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 |
|---|---|---|---|
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `pattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-function-cloud-watch-logs-event-property-builderclj

(build-cfn-function-cloud-watch-logs-event-property-builder builder id config)

The build-cfn-function-cloud-watch-logs-event-property-builder function updates a CfnFunction$CloudWatchLogsEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CloudWatchLogsEventProperty$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:

FieldDataTypeLookup FunctionData Key
filterPatternjava.lang.Stringcdk.support/lookup-entry:filter-pattern
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
The build-cfn-function-cloud-watch-logs-event-property-builder function updates a CfnFunction$CloudWatchLogsEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CloudWatchLogsEventProperty$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 |
|---|---|---|---|
| `filterPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-pattern` |
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
sourceraw docstring

build-cfn-function-cognito-event-property-builderclj

(build-cfn-function-cognito-event-property-builder builder id config)

The build-cfn-function-cognito-event-property-builder function updates a CfnFunction$CognitoEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CognitoEventProperty$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:

FieldDataTypeLookup FunctionData Key
triggerjava.lang.Stringcdk.support/lookup-entry:trigger
userPooljava.lang.Stringcdk.support/lookup-entry:user-pool
The build-cfn-function-cognito-event-property-builder function updates a CfnFunction$CognitoEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CognitoEventProperty$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 |
|---|---|---|---|
| `trigger` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger` |
| `userPool` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool` |
sourceraw docstring

build-cfn-function-collection-sampt-property-builderclj

(build-cfn-function-collection-sampt-property-builder builder id config)

The build-cfn-function-collection-sampt-property-builder function updates a CfnFunction$CollectionSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CollectionSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
collectionIdjava.lang.Stringcdk.support/lookup-entry:collection-id
The build-cfn-function-collection-sampt-property-builder function updates a CfnFunction$CollectionSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CollectionSAMPTProperty$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 |
|---|---|---|---|
| `collectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:collection-id` |
sourceraw docstring

build-cfn-function-cors-configuration-property-builderclj

(build-cfn-function-cors-configuration-property-builder builder id config)

The build-cfn-function-cors-configuration-property-builder function updates a CfnFunction$CorsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnFunction$CorsConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
allowCredentialsjava.lang.Booleancdk.support/lookup-entry:allow-credentials
allowHeadersjava.lang.Stringcdk.support/lookup-entry:allow-headers
allowMethodsjava.lang.Stringcdk.support/lookup-entry:allow-methods
allowOriginjava.lang.Stringcdk.support/lookup-entry:allow-origin
maxAgejava.lang.Stringcdk.support/lookup-entry:max-age
The build-cfn-function-cors-configuration-property-builder function updates a CfnFunction$CorsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$CorsConfigurationProperty$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 |
|---|---|---|---|
| `allowCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowHeaders` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-headers` |
| `allowMethods` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-methods` |
| `allowOrigin` | java.lang.String | [[cdk.support/lookup-entry]] | `:allow-origin` |
| `maxAge` | java.lang.String | [[cdk.support/lookup-entry]] | `:max-age` |
sourceraw docstring

build-cfn-function-dead-letter-queue-property-builderclj

(build-cfn-function-dead-letter-queue-property-builder builder id config)

The build-cfn-function-dead-letter-queue-property-builder function updates a CfnFunction$DeadLetterQueueProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DeadLetterQueueProperty$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:

FieldDataTypeLookup FunctionData Key
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-function-dead-letter-queue-property-builder function updates a CfnFunction$DeadLetterQueueProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DeadLetterQueueProperty$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 |
|---|---|---|---|
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-function-deployment-preference-property-builderclj

(build-cfn-function-deployment-preference-property-builder builder id config)

The build-cfn-function-deployment-preference-property-builder function updates a CfnFunction$DeploymentPreferenceProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DeploymentPreferenceProperty$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:

FieldDataTypeLookup FunctionData Key
alarmsjava.util.Listcdk.support/lookup-entry:alarms
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
hookssoftware.amazon.awscdk.services.sam.CfnFunction$HooksPropertycdk.support/lookup-entry:hooks
rolejava.lang.Stringcdk.support/lookup-entry:role
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-function-deployment-preference-property-builder function updates a CfnFunction$DeploymentPreferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DeploymentPreferenceProperty$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 |
|---|---|---|---|
| `alarms` | java.util.List | [[cdk.support/lookup-entry]] | `:alarms` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `hooks` | software.amazon.awscdk.services.sam.CfnFunction$HooksProperty | [[cdk.support/lookup-entry]] | `:hooks` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-function-destination-config-property-builderclj

(build-cfn-function-destination-config-property-builder builder id config)

The build-cfn-function-destination-config-property-builder function updates a CfnFunction$DestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DestinationConfigProperty$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:

FieldDataTypeLookup FunctionData Key
onFailuresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-failure
The build-cfn-function-destination-config-property-builder function updates a CfnFunction$DestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DestinationConfigProperty$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 |
|---|---|---|---|
| `onFailure` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-failure` |
sourceraw docstring

build-cfn-function-destination-property-builderclj

(build-cfn-function-destination-property-builder builder id config)

The build-cfn-function-destination-property-builder function updates a CfnFunction$DestinationProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DestinationProperty$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:

FieldDataTypeLookup FunctionData Key
destinationjava.lang.Stringcdk.support/lookup-entry:destination
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-function-destination-property-builder function updates a CfnFunction$DestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DestinationProperty$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 |
|---|---|---|---|
| `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-function-domain-sampt-property-builderclj

(build-cfn-function-domain-sampt-property-builder builder id config)

The build-cfn-function-domain-sampt-property-builder function updates a CfnFunction$DomainSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DomainSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
The build-cfn-function-domain-sampt-property-builder function updates a CfnFunction$DomainSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DomainSAMPTProperty$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 |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
sourceraw docstring

build-cfn-function-dynamo-db-event-property-builderclj

(build-cfn-function-dynamo-db-event-property-builder builder id config)

The build-cfn-function-dynamo-db-event-property-builder function updates a CfnFunction$DynamoDBEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$DynamoDBEventProperty$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:

FieldDataTypeLookup FunctionData Key
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
bisectBatchOnFunctionErrorjava.lang.Booleancdk.support/lookup-entry:bisect-batch-on-function-error
destinationConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destination-config
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
maximumBatchingWindowInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-batching-window-in-seconds
maximumRecordAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-record-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
parallelizationFactorjava.lang.Numbercdk.support/lookup-entry:parallelization-factor
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
streamjava.lang.Stringcdk.support/lookup-entry:stream
The build-cfn-function-dynamo-db-event-property-builder function updates a CfnFunction$DynamoDBEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$DynamoDBEventProperty$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 |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `bisectBatchOnFunctionError` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:bisect-batch-on-function-error` |
| `destinationConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destination-config` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `maximumBatchingWindowInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-batching-window-in-seconds` |
| `maximumRecordAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-record-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
| `parallelizationFactor` | java.lang.Number | [[cdk.support/lookup-entry]] | `:parallelization-factor` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `stream` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream` |
sourceraw docstring

build-cfn-function-ephemeral-storage-property-builderclj

(build-cfn-function-ephemeral-storage-property-builder builder id config)

The build-cfn-function-ephemeral-storage-property-builder function updates a CfnFunction$EphemeralStorageProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EphemeralStorageProperty$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:

FieldDataTypeLookup FunctionData Key
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-cfn-function-ephemeral-storage-property-builder function updates a CfnFunction$EphemeralStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EphemeralStorageProperty$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 |
|---|---|---|---|
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-cfn-function-event-bridge-rule-event-property-builderclj

(build-cfn-function-event-bridge-rule-event-property-builder builder id config)

The build-cfn-function-event-bridge-rule-event-property-builder function updates a CfnFunction$EventBridgeRuleEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EventBridgeRuleEventProperty$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:

FieldDataTypeLookup FunctionData Key
eventBusNamejava.lang.Stringcdk.support/lookup-entry:event-bus-name
inputjava.lang.Stringcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
patternjava.lang.Objectcdk.support/lookup-entry:pattern
The build-cfn-function-event-bridge-rule-event-property-builder function updates a CfnFunction$EventBridgeRuleEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EventBridgeRuleEventProperty$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 |
|---|---|---|---|
| `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` |
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `pattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-function-event-invoke-config-property-builderclj

(build-cfn-function-event-invoke-config-property-builder builder id config)

The build-cfn-function-event-invoke-config-property-builder function updates a CfnFunction$EventInvokeConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EventInvokeConfigProperty$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:

FieldDataTypeLookup FunctionData Key
destinationConfigsoftware.amazon.awscdk.services.sam.CfnFunction$EventInvokeDestinationConfigPropertycdk.support/lookup-entry:destination-config
maximumEventAgeInSecondsjava.lang.Numbercdk.support/lookup-entry:maximum-event-age-in-seconds
maximumRetryAttemptsjava.lang.Numbercdk.support/lookup-entry:maximum-retry-attempts
The build-cfn-function-event-invoke-config-property-builder function updates a CfnFunction$EventInvokeConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EventInvokeConfigProperty$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 |
|---|---|---|---|
| `destinationConfig` | software.amazon.awscdk.services.sam.CfnFunction$EventInvokeDestinationConfigProperty | [[cdk.support/lookup-entry]] | `:destination-config` |
| `maximumEventAgeInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-event-age-in-seconds` |
| `maximumRetryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-retry-attempts` |
sourceraw docstring

build-cfn-function-event-invoke-destination-config-property-builderclj

(build-cfn-function-event-invoke-destination-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-function-event-invoke-destination-config-property-builder function updates a CfnFunction$EventInvokeDestinationConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EventInvokeDestinationConfigProperty$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:

FieldDataTypeLookup FunctionData Key
onFailuresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-failure
onSuccesssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:on-success
The build-cfn-function-event-invoke-destination-config-property-builder function updates a CfnFunction$EventInvokeDestinationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EventInvokeDestinationConfigProperty$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 |
|---|---|---|---|
| `onFailure` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-failure` |
| `onSuccess` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:on-success` |
sourceraw docstring

build-cfn-function-event-source-property-builderclj

(build-cfn-function-event-source-property-builder builder id config)

The build-cfn-function-event-source-property-builder function updates a CfnFunction$EventSourceProperty$Builder instance using the provided configuration. The function takes the CfnFunction$EventSourceProperty$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:

FieldDataTypeLookup FunctionData Key
propertiessoftware.amazon.awscdk.services.sam.CfnFunction$KinesisEventPropertycdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-function-event-source-property-builder function updates a CfnFunction$EventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$EventSourceProperty$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 |
|---|---|---|---|
| `properties` | software.amazon.awscdk.services.sam.CfnFunction$KinesisEventProperty | [[cdk.support/lookup-entry]] | `:properties` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-function-file-system-config-property-builderclj

(build-cfn-function-file-system-config-property-builder builder id config)

The build-cfn-function-file-system-config-property-builder function updates a CfnFunction$FileSystemConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$FileSystemConfigProperty$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:

FieldDataTypeLookup FunctionData Key
arnjava.lang.Stringcdk.support/lookup-entry:arn
localMountPathjava.lang.Stringcdk.support/lookup-entry:local-mount-path
The build-cfn-function-file-system-config-property-builder function updates a CfnFunction$FileSystemConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$FileSystemConfigProperty$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 |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `localMountPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:local-mount-path` |
sourceraw docstring

build-cfn-function-function-environment-property-builderclj

(build-cfn-function-function-environment-property-builder builder id config)

The build-cfn-function-function-environment-property-builder function updates a CfnFunction$FunctionEnvironmentProperty$Builder instance using the provided configuration. The function takes the CfnFunction$FunctionEnvironmentProperty$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:

FieldDataTypeLookup FunctionData Key
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-cfn-function-function-environment-property-builder function updates a CfnFunction$FunctionEnvironmentProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$FunctionEnvironmentProperty$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 |
|---|---|---|---|
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-function-function-sampt-property-builderclj

(build-cfn-function-function-sampt-property-builder builder id config)

The build-cfn-function-function-sampt-property-builder function updates a CfnFunction$FunctionSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$FunctionSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
The build-cfn-function-function-sampt-property-builder function updates a CfnFunction$FunctionSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$FunctionSAMPTProperty$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 |
|---|---|---|---|
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
sourceraw docstring

build-cfn-function-function-url-config-property-builderclj

(build-cfn-function-function-url-config-property-builder builder id config)

The build-cfn-function-function-url-config-property-builder function updates a CfnFunction$FunctionUrlConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$FunctionUrlConfigProperty$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:

FieldDataTypeLookup FunctionData Key
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
corssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cors
invokeModejava.lang.Stringcdk.support/lookup-entry:invoke-mode
The build-cfn-function-function-url-config-property-builder function updates a CfnFunction$FunctionUrlConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$FunctionUrlConfigProperty$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 |
|---|---|---|---|
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `cors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cors` |
| `invokeMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:invoke-mode` |
sourceraw docstring

build-cfn-function-hooks-property-builderclj

(build-cfn-function-hooks-property-builder builder id config)

The build-cfn-function-hooks-property-builder function updates a CfnFunction$HooksProperty$Builder instance using the provided configuration. The function takes the CfnFunction$HooksProperty$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:

FieldDataTypeLookup FunctionData Key
postTrafficjava.lang.Stringcdk.support/lookup-entry:post-traffic
preTrafficjava.lang.Stringcdk.support/lookup-entry:pre-traffic
The build-cfn-function-hooks-property-builder function updates a CfnFunction$HooksProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$HooksProperty$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 |
|---|---|---|---|
| `postTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:post-traffic` |
| `preTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:pre-traffic` |
sourceraw docstring

build-cfn-function-http-api-event-property-builderclj

(build-cfn-function-http-api-event-property-builder builder id config)

The build-cfn-function-http-api-event-property-builder function updates a CfnFunction$HttpApiEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$HttpApiEventProperty$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:

FieldDataTypeLookup FunctionData Key
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
methodjava.lang.Stringcdk.support/lookup-entry:method
pathjava.lang.Stringcdk.support/lookup-entry:path
payloadFormatVersionjava.lang.Stringcdk.support/lookup-entry:payload-format-version
routeSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:route-settings
timeoutInMillisjava.lang.Numbercdk.support/lookup-entry:timeout-in-millis
The build-cfn-function-http-api-event-property-builder function updates a CfnFunction$HttpApiEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$HttpApiEventProperty$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 |
|---|---|---|---|
| `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` |
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `payloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-format-version` |
| `routeSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route-settings` |
| `timeoutInMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-millis` |
sourceraw docstring

build-cfn-function-http-api-function-auth-property-builderclj

(build-cfn-function-http-api-function-auth-property-builder builder id config)

The build-cfn-function-http-api-function-auth-property-builder function updates a CfnFunction$HttpApiFunctionAuthProperty$Builder instance using the provided configuration. The function takes the CfnFunction$HttpApiFunctionAuthProperty$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:

FieldDataTypeLookup FunctionData Key
authorizationScopesjava.util.Listcdk.support/lookup-entry:authorization-scopes
authorizerjava.lang.Stringcdk.support/lookup-entry:authorizer
The build-cfn-function-http-api-function-auth-property-builder function updates a CfnFunction$HttpApiFunctionAuthProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$HttpApiFunctionAuthProperty$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 |
|---|---|---|---|
| `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` |
| `authorizer` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer` |
sourceraw docstring

build-cfn-function-iam-policy-document-property-builderclj

(build-cfn-function-iam-policy-document-property-builder builder id config)

The build-cfn-function-iam-policy-document-property-builder function updates a CfnFunction$IAMPolicyDocumentProperty$Builder instance using the provided configuration. The function takes the CfnFunction$IAMPolicyDocumentProperty$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:

FieldDataTypeLookup FunctionData Key
statementjava.lang.Objectcdk.support/lookup-entry:statement
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-function-iam-policy-document-property-builder function updates a CfnFunction$IAMPolicyDocumentProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$IAMPolicyDocumentProperty$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 |
|---|---|---|---|
| `statement` | java.lang.Object | [[cdk.support/lookup-entry]] | `:statement` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-function-identity-sampt-property-builderclj

(build-cfn-function-identity-sampt-property-builder builder id config)

The build-cfn-function-identity-sampt-property-builder function updates a CfnFunction$IdentitySAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$IdentitySAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
identityNamejava.lang.Stringcdk.support/lookup-entry:identity-name
The build-cfn-function-identity-sampt-property-builder function updates a CfnFunction$IdentitySAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$IdentitySAMPTProperty$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 |
|---|---|---|---|
| `identityName` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-name` |
sourceraw docstring

build-cfn-function-image-config-property-builderclj

(build-cfn-function-image-config-property-builder builder id config)

The build-cfn-function-image-config-property-builder function updates a CfnFunction$ImageConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ImageConfigProperty$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:

FieldDataTypeLookup FunctionData Key
commandjava.util.Listcdk.support/lookup-entry:command
entryPointjava.util.Listcdk.support/lookup-entry:entry-point
workingDirectoryjava.lang.Stringcdk.support/lookup-entry:working-directory
The build-cfn-function-image-config-property-builder function updates a CfnFunction$ImageConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ImageConfigProperty$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 |
|---|---|---|---|
| `command` | java.util.List | [[cdk.support/lookup-entry]] | `:command` |
| `entryPoint` | java.util.List | [[cdk.support/lookup-entry]] | `:entry-point` |
| `workingDirectory` | java.lang.String | [[cdk.support/lookup-entry]] | `:working-directory` |
sourceraw docstring

build-cfn-function-io-t-rule-event-property-builderclj

(build-cfn-function-io-t-rule-event-property-builder builder id config)

The build-cfn-function-io-t-rule-event-property-builder function updates a CfnFunction$IoTRuleEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$IoTRuleEventProperty$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:

FieldDataTypeLookup FunctionData Key
awsIotSqlVersionjava.lang.Stringcdk.support/lookup-entry:aws-iot-sql-version
sqljava.lang.Stringcdk.support/lookup-entry:sql
The build-cfn-function-io-t-rule-event-property-builder function updates a CfnFunction$IoTRuleEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$IoTRuleEventProperty$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 |
|---|---|---|---|
| `awsIotSqlVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:aws-iot-sql-version` |
| `sql` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql` |
sourceraw docstring

build-cfn-function-key-sampt-property-builderclj

(build-cfn-function-key-sampt-property-builder builder id config)

The build-cfn-function-key-sampt-property-builder function updates a CfnFunction$KeySAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$KeySAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
keyIdjava.lang.Stringcdk.support/lookup-entry:key-id
The build-cfn-function-key-sampt-property-builder function updates a CfnFunction$KeySAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$KeySAMPTProperty$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 |
|---|---|---|---|
| `keyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-id` |
sourceraw docstring

build-cfn-function-kinesis-event-property-builderclj

(build-cfn-function-kinesis-event-property-builder builder id config)

The build-cfn-function-kinesis-event-property-builder function updates a CfnFunction$KinesisEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$KinesisEventProperty$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:

FieldDataTypeLookup FunctionData Key
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
functionResponseTypesjava.util.Listcdk.support/lookup-entry:function-response-types
startingPositionjava.lang.Stringcdk.support/lookup-entry:starting-position
streamjava.lang.Stringcdk.support/lookup-entry:stream
The build-cfn-function-kinesis-event-property-builder function updates a CfnFunction$KinesisEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$KinesisEventProperty$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 |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `functionResponseTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:function-response-types` |
| `startingPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:starting-position` |
| `stream` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream` |
sourceraw docstring

build-cfn-function-log-group-sampt-property-builderclj

(build-cfn-function-log-group-sampt-property-builder builder id config)

The build-cfn-function-log-group-sampt-property-builder function updates a CfnFunction$LogGroupSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$LogGroupSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
logGroupNamejava.lang.Stringcdk.support/lookup-entry:log-group-name
The build-cfn-function-log-group-sampt-property-builder function updates a CfnFunction$LogGroupSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$LogGroupSAMPTProperty$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 |
|---|---|---|---|
| `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` |
sourceraw docstring

build-cfn-function-parameter-name-sampt-property-builderclj

(build-cfn-function-parameter-name-sampt-property-builder builder id config)

The build-cfn-function-parameter-name-sampt-property-builder function updates a CfnFunction$ParameterNameSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ParameterNameSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
parameterNamejava.lang.Stringcdk.support/lookup-entry:parameter-name
The build-cfn-function-parameter-name-sampt-property-builder function updates a CfnFunction$ParameterNameSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ParameterNameSAMPTProperty$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 |
|---|---|---|---|
| `parameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-name` |
sourceraw docstring

build-cfn-function-props-builderclj

(build-cfn-function-props-builder builder id config)

The build-cfn-function-props-builder function updates a CfnFunctionProps$Builder instance using the provided configuration. The function takes the CfnFunctionProps$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:

FieldDataTypeLookup FunctionData Key
architecturesjava.util.Listcdk.support/lookup-entry:architectures
assumeRolePolicyDocumentjava.lang.Objectcdk.support/lookup-entry:assume-role-policy-document
autoPublishAliasjava.lang.Stringcdk.support/lookup-entry:auto-publish-alias
autoPublishCodeSha256java.lang.Stringcdk.support/lookup-entry:auto-publish-code-sha256
codeSigningConfigArnjava.lang.Stringcdk.support/lookup-entry:code-signing-config-arn
codeUrijava.lang.Stringcdk.support/lookup-entry:code-uri
deadLetterQueuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dead-letter-queue
deploymentPreferencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-preference
descriptionjava.lang.Stringcdk.support/lookup-entry:description
environmentsoftware.amazon.awscdk.services.sam.CfnFunction$FunctionEnvironmentPropertycdk.support/lookup-entry:environment
ephemeralStoragesoftware.amazon.awscdk.services.sam.CfnFunction$EphemeralStoragePropertycdk.support/lookup-entry:ephemeral-storage
eventInvokeConfigsoftware.amazon.awscdk.services.sam.CfnFunction$EventInvokeConfigPropertycdk.support/lookup-entry:event-invoke-config
eventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:events
fileSystemConfigsjava.util.Listcdk.support/lookup-entry:file-system-configs
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
functionUrlConfigsoftware.amazon.awscdk.services.sam.CfnFunction$FunctionUrlConfigPropertycdk.support/lookup-entry:function-url-config
handlerjava.lang.Stringcdk.support/lookup-entry:handler
imageConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:image-config
imageUrijava.lang.Stringcdk.support/lookup-entry:image-uri
inlineCodejava.lang.Stringcdk.support/lookup-entry:inline-code
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
layersjava.util.Listcdk.support/lookup-entry:layers
memorySizejava.lang.Numbercdk.support/lookup-entry:memory-size
packageTypejava.lang.Stringcdk.support/lookup-entry:package-type
permissionsBoundaryjava.lang.Stringcdk.support/lookup-entry:permissions-boundary
policiesjava.util.Listcdk.support/lookup-entry:policies
provisionedConcurrencyConfigsoftware.amazon.awscdk.services.sam.CfnFunction$ProvisionedConcurrencyConfigPropertycdk.support/lookup-entry:provisioned-concurrency-config
reservedConcurrentExecutionsjava.lang.Numbercdk.support/lookup-entry:reserved-concurrent-executions
rolejava.lang.Stringcdk.support/lookup-entry:role
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
tagsjava.util.Mapcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
tracingjava.lang.Stringcdk.support/lookup-entry:tracing
versionDescriptionjava.lang.Stringcdk.support/lookup-entry:version-description
vpcConfigsoftware.amazon.awscdk.services.sam.CfnFunction$VpcConfigPropertycdk.support/lookup-entry:vpc-config
The build-cfn-function-props-builder function updates a CfnFunctionProps$Builder instance using the provided configuration.
  The function takes the CfnFunctionProps$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 |
|---|---|---|---|
| `architectures` | java.util.List | [[cdk.support/lookup-entry]] | `:architectures` |
| `assumeRolePolicyDocument` | java.lang.Object | [[cdk.support/lookup-entry]] | `:assume-role-policy-document` |
| `autoPublishAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-publish-alias` |
| `autoPublishCodeSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-publish-code-sha256` |
| `codeSigningConfigArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-signing-config-arn` |
| `codeUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:code-uri` |
| `deadLetterQueue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dead-letter-queue` |
| `deploymentPreference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-preference` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `environment` | software.amazon.awscdk.services.sam.CfnFunction$FunctionEnvironmentProperty | [[cdk.support/lookup-entry]] | `:environment` |
| `ephemeralStorage` | software.amazon.awscdk.services.sam.CfnFunction$EphemeralStorageProperty | [[cdk.support/lookup-entry]] | `:ephemeral-storage` |
| `eventInvokeConfig` | software.amazon.awscdk.services.sam.CfnFunction$EventInvokeConfigProperty | [[cdk.support/lookup-entry]] | `:event-invoke-config` |
| `events` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:events` |
| `fileSystemConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:file-system-configs` |
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
| `functionUrlConfig` | software.amazon.awscdk.services.sam.CfnFunction$FunctionUrlConfigProperty | [[cdk.support/lookup-entry]] | `:function-url-config` |
| `handler` | java.lang.String | [[cdk.support/lookup-entry]] | `:handler` |
| `imageConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:image-config` |
| `imageUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:image-uri` |
| `inlineCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:inline-code` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `layers` | java.util.List | [[cdk.support/lookup-entry]] | `:layers` |
| `memorySize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:memory-size` |
| `packageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:package-type` |
| `permissionsBoundary` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions-boundary` |
| `policies` | java.util.List | [[cdk.support/lookup-entry]] | `:policies` |
| `provisionedConcurrencyConfig` | software.amazon.awscdk.services.sam.CfnFunction$ProvisionedConcurrencyConfigProperty | [[cdk.support/lookup-entry]] | `:provisioned-concurrency-config` |
| `reservedConcurrentExecutions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:reserved-concurrent-executions` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `tracing` | java.lang.String | [[cdk.support/lookup-entry]] | `:tracing` |
| `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
| `vpcConfig` | software.amazon.awscdk.services.sam.CfnFunction$VpcConfigProperty | [[cdk.support/lookup-entry]] | `:vpc-config` |
sourceraw docstring

build-cfn-function-provisioned-concurrency-config-property-builderclj

(build-cfn-function-provisioned-concurrency-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-function-provisioned-concurrency-config-property-builder function updates a CfnFunction$ProvisionedConcurrencyConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ProvisionedConcurrencyConfigProperty$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:

FieldDataTypeLookup FunctionData Key
provisionedConcurrentExecutionsjava.lang.Stringcdk.support/lookup-entry:provisioned-concurrent-executions
The build-cfn-function-provisioned-concurrency-config-property-builder function updates a CfnFunction$ProvisionedConcurrencyConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ProvisionedConcurrencyConfigProperty$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 |
|---|---|---|---|
| `provisionedConcurrentExecutions` | java.lang.String | [[cdk.support/lookup-entry]] | `:provisioned-concurrent-executions` |
sourceraw docstring

build-cfn-function-queue-sampt-property-builderclj

(build-cfn-function-queue-sampt-property-builder builder id config)

The build-cfn-function-queue-sampt-property-builder function updates a CfnFunction$QueueSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$QueueSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
queueNamejava.lang.Stringcdk.support/lookup-entry:queue-name
The build-cfn-function-queue-sampt-property-builder function updates a CfnFunction$QueueSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$QueueSAMPTProperty$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 |
|---|---|---|---|
| `queueName` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-name` |
sourceraw docstring

build-cfn-function-request-model-property-builderclj

(build-cfn-function-request-model-property-builder builder id config)

The build-cfn-function-request-model-property-builder function updates a CfnFunction$RequestModelProperty$Builder instance using the provided configuration. The function takes the CfnFunction$RequestModelProperty$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:

FieldDataTypeLookup FunctionData Key
modeljava.lang.Stringcdk.support/lookup-entry:model
requiredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:required
validateBodyjava.lang.Booleancdk.support/lookup-entry:validate-body
validateParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validate-parameters
The build-cfn-function-request-model-property-builder function updates a CfnFunction$RequestModelProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$RequestModelProperty$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 |
|---|---|---|---|
| `model` | java.lang.String | [[cdk.support/lookup-entry]] | `:model` |
| `required` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:required` |
| `validateBody` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-body` |
| `validateParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validate-parameters` |
sourceraw docstring

build-cfn-function-request-parameter-property-builderclj

(build-cfn-function-request-parameter-property-builder builder id config)

The build-cfn-function-request-parameter-property-builder function updates a CfnFunction$RequestParameterProperty$Builder instance using the provided configuration. The function takes the CfnFunction$RequestParameterProperty$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:

FieldDataTypeLookup FunctionData Key
cachingjava.lang.Booleancdk.support/lookup-entry:caching
requiredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:required
The build-cfn-function-request-parameter-property-builder function updates a CfnFunction$RequestParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$RequestParameterProperty$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 |
|---|---|---|---|
| `caching` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching` |
| `required` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:required` |
sourceraw docstring

build-cfn-function-route-settings-property-builderclj

(build-cfn-function-route-settings-property-builder builder id config)

The build-cfn-function-route-settings-property-builder function updates a CfnFunction$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnFunction$RouteSettingsProperty$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:

FieldDataTypeLookup FunctionData Key
dataTraceEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-trace-enabled
detailedMetricsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:detailed-metrics-enabled
loggingLeveljava.lang.Stringcdk.support/lookup-entry:logging-level
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
The build-cfn-function-route-settings-property-builder function updates a CfnFunction$RouteSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$RouteSettingsProperty$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 |
|---|---|---|---|
| `dataTraceEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `detailedMetricsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:detailed-metrics-enabled` |
| `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
sourceraw docstring

build-cfn-function-s3-event-property-builderclj

(build-cfn-function-s3-event-property-builder builder id config)

The build-cfn-function-s3-event-property-builder function updates a CfnFunction$S3EventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$S3EventProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
eventsjava.lang.Stringcdk.support/lookup-entry:events
filtersoftware.amazon.awscdk.services.sam.CfnFunction$S3NotificationFilterPropertycdk.support/lookup-entry:filter
The build-cfn-function-s3-event-property-builder function updates a CfnFunction$S3EventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$S3EventProperty$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` |
| `events` | java.lang.String | [[cdk.support/lookup-entry]] | `:events` |
| `filter` | software.amazon.awscdk.services.sam.CfnFunction$S3NotificationFilterProperty | [[cdk.support/lookup-entry]] | `:filter` |
sourceraw docstring

build-cfn-function-s3-key-filter-property-builderclj

(build-cfn-function-s3-key-filter-property-builder builder id config)

The build-cfn-function-s3-key-filter-property-builder function updates a CfnFunction$S3KeyFilterProperty$Builder instance using the provided configuration. The function takes the CfnFunction$S3KeyFilterProperty$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:

FieldDataTypeLookup FunctionData Key
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-cfn-function-s3-key-filter-property-builder function updates a CfnFunction$S3KeyFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$S3KeyFilterProperty$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` |
sourceraw docstring

build-cfn-function-s3-key-filter-rule-property-builderclj

(build-cfn-function-s3-key-filter-rule-property-builder builder id config)

The build-cfn-function-s3-key-filter-rule-property-builder function updates a CfnFunction$S3KeyFilterRuleProperty$Builder instance using the provided configuration. The function takes the CfnFunction$S3KeyFilterRuleProperty$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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-function-s3-key-filter-rule-property-builder function updates a CfnFunction$S3KeyFilterRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$S3KeyFilterRuleProperty$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` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-function-s3-location-property-builderclj

(build-cfn-function-s3-location-property-builder builder id config)

The build-cfn-function-s3-location-property-builder function updates a CfnFunction$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnFunction$S3LocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-function-s3-location-property-builder function updates a CfnFunction$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$S3LocationProperty$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` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-function-s3-notification-filter-property-builderclj

(build-cfn-function-s3-notification-filter-property-builder builder id config)

The build-cfn-function-s3-notification-filter-property-builder function updates a CfnFunction$S3NotificationFilterProperty$Builder instance using the provided configuration. The function takes the CfnFunction$S3NotificationFilterProperty$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:

FieldDataTypeLookup FunctionData Key
s3Keysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-key
The build-cfn-function-s3-notification-filter-property-builder function updates a CfnFunction$S3NotificationFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$S3NotificationFilterProperty$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 |
|---|---|---|---|
| `s3Key` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-key` |
sourceraw docstring

build-cfn-function-sam-policy-template-property-builderclj

(build-cfn-function-sam-policy-template-property-builder builder id config)

The build-cfn-function-sam-policy-template-property-builder function updates a CfnFunction$SAMPolicyTemplateProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SAMPolicyTemplateProperty$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:

FieldDataTypeLookup FunctionData Key
amiDescribePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ami-describe-policy
awsSecretsManagerGetSecretValuePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:aws-secrets-manager-get-secret-value-policy
cloudFormationDescribeStacksPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloud-formation-describe-stacks-policy
cloudWatchPutMetricPolicysoftware.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTPropertycdk.support/lookup-entry:cloud-watch-put-metric-policy
dynamoDbCrudPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dynamo-db-crud-policy
dynamoDbReadPolicysoftware.amazon.awscdk.services.sam.CfnFunction$TableSAMPTPropertycdk.support/lookup-entry:dynamo-db-read-policy
dynamoDbStreamReadPolicysoftware.amazon.awscdk.services.sam.CfnFunction$TableStreamSAMPTPropertycdk.support/lookup-entry:dynamo-db-stream-read-policy
dynamoDbWritePolicysoftware.amazon.awscdk.services.sam.CfnFunction$TableSAMPTPropertycdk.support/lookup-entry:dynamo-db-write-policy
ec2DescribePolicysoftware.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTPropertycdk.support/lookup-entry:ec2-describe-policy
elasticsearchHttpPostPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:elasticsearch-http-post-policy
filterLogEventsPolicysoftware.amazon.awscdk.services.sam.CfnFunction$LogGroupSAMPTPropertycdk.support/lookup-entry:filter-log-events-policy
kinesisCrudPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-crud-policy
kinesisStreamReadPolicysoftware.amazon.awscdk.services.sam.CfnFunction$StreamSAMPTPropertycdk.support/lookup-entry:kinesis-stream-read-policy
kmsDecryptPolicysoftware.amazon.awscdk.services.sam.CfnFunction$KeySAMPTPropertycdk.support/lookup-entry:kms-decrypt-policy
lambdaInvokePolicysoftware.amazon.awscdk.services.sam.CfnFunction$FunctionSAMPTPropertycdk.support/lookup-entry:lambda-invoke-policy
rekognitionDetectOnlyPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rekognition-detect-only-policy
rekognitionLabelsPolicysoftware.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTPropertycdk.support/lookup-entry:rekognition-labels-policy
rekognitionNoDataAccessPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rekognition-no-data-access-policy
rekognitionReadPolicysoftware.amazon.awscdk.services.sam.CfnFunction$CollectionSAMPTPropertycdk.support/lookup-entry:rekognition-read-policy
rekognitionWriteOnlyAccessPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rekognition-write-only-access-policy
s3CrudPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-crud-policy
s3ReadPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-read-policy
s3WritePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-write-policy
sesBulkTemplatedCrudPolicysoftware.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTPropertycdk.support/lookup-entry:ses-bulk-templated-crud-policy
sesCrudPolicysoftware.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTPropertycdk.support/lookup-entry:ses-crud-policy
sesEmailTemplateCrudPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ses-email-template-crud-policy
sesSendBouncePolicysoftware.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTPropertycdk.support/lookup-entry:ses-send-bounce-policy
snsCrudPolicysoftware.amazon.awscdk.services.sam.CfnFunction$TopicSAMPTPropertycdk.support/lookup-entry:sns-crud-policy
snsPublishMessagePolicysoftware.amazon.awscdk.services.sam.CfnFunction$TopicSAMPTPropertycdk.support/lookup-entry:sns-publish-message-policy
sqsPollerPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sqs-poller-policy
sqsSendMessagePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sqs-send-message-policy
ssmParameterReadPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ssm-parameter-read-policy
stepFunctionsExecutionPolicysoftware.amazon.awscdk.services.sam.CfnFunction$StateMachineSAMPTPropertycdk.support/lookup-entry:step-functions-execution-policy
vpcAccessPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-access-policy
The build-cfn-function-sam-policy-template-property-builder function updates a CfnFunction$SAMPolicyTemplateProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SAMPolicyTemplateProperty$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 |
|---|---|---|---|
| `amiDescribePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ami-describe-policy` |
| `awsSecretsManagerGetSecretValuePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:aws-secrets-manager-get-secret-value-policy` |
| `cloudFormationDescribeStacksPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-formation-describe-stacks-policy` |
| `cloudWatchPutMetricPolicy` | software.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-put-metric-policy` |
| `dynamoDbCrudPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dynamo-db-crud-policy` |
| `dynamoDbReadPolicy` | software.amazon.awscdk.services.sam.CfnFunction$TableSAMPTProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-read-policy` |
| `dynamoDbStreamReadPolicy` | software.amazon.awscdk.services.sam.CfnFunction$TableStreamSAMPTProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-stream-read-policy` |
| `dynamoDbWritePolicy` | software.amazon.awscdk.services.sam.CfnFunction$TableSAMPTProperty | [[cdk.support/lookup-entry]] | `:dynamo-db-write-policy` |
| `ec2DescribePolicy` | software.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTProperty | [[cdk.support/lookup-entry]] | `:ec2-describe-policy` |
| `elasticsearchHttpPostPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:elasticsearch-http-post-policy` |
| `filterLogEventsPolicy` | software.amazon.awscdk.services.sam.CfnFunction$LogGroupSAMPTProperty | [[cdk.support/lookup-entry]] | `:filter-log-events-policy` |
| `kinesisCrudPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-crud-policy` |
| `kinesisStreamReadPolicy` | software.amazon.awscdk.services.sam.CfnFunction$StreamSAMPTProperty | [[cdk.support/lookup-entry]] | `:kinesis-stream-read-policy` |
| `kmsDecryptPolicy` | software.amazon.awscdk.services.sam.CfnFunction$KeySAMPTProperty | [[cdk.support/lookup-entry]] | `:kms-decrypt-policy` |
| `lambdaInvokePolicy` | software.amazon.awscdk.services.sam.CfnFunction$FunctionSAMPTProperty | [[cdk.support/lookup-entry]] | `:lambda-invoke-policy` |
| `rekognitionDetectOnlyPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rekognition-detect-only-policy` |
| `rekognitionLabelsPolicy` | software.amazon.awscdk.services.sam.CfnFunction$EmptySAMPTProperty | [[cdk.support/lookup-entry]] | `:rekognition-labels-policy` |
| `rekognitionNoDataAccessPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rekognition-no-data-access-policy` |
| `rekognitionReadPolicy` | software.amazon.awscdk.services.sam.CfnFunction$CollectionSAMPTProperty | [[cdk.support/lookup-entry]] | `:rekognition-read-policy` |
| `rekognitionWriteOnlyAccessPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rekognition-write-only-access-policy` |
| `s3CrudPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-crud-policy` |
| `s3ReadPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-read-policy` |
| `s3WritePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-write-policy` |
| `sesBulkTemplatedCrudPolicy` | software.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTProperty | [[cdk.support/lookup-entry]] | `:ses-bulk-templated-crud-policy` |
| `sesCrudPolicy` | software.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTProperty | [[cdk.support/lookup-entry]] | `:ses-crud-policy` |
| `sesEmailTemplateCrudPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ses-email-template-crud-policy` |
| `sesSendBouncePolicy` | software.amazon.awscdk.services.sam.CfnFunction$IdentitySAMPTProperty | [[cdk.support/lookup-entry]] | `:ses-send-bounce-policy` |
| `snsCrudPolicy` | software.amazon.awscdk.services.sam.CfnFunction$TopicSAMPTProperty | [[cdk.support/lookup-entry]] | `:sns-crud-policy` |
| `snsPublishMessagePolicy` | software.amazon.awscdk.services.sam.CfnFunction$TopicSAMPTProperty | [[cdk.support/lookup-entry]] | `:sns-publish-message-policy` |
| `sqsPollerPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-poller-policy` |
| `sqsSendMessagePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sqs-send-message-policy` |
| `ssmParameterReadPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ssm-parameter-read-policy` |
| `stepFunctionsExecutionPolicy` | software.amazon.awscdk.services.sam.CfnFunction$StateMachineSAMPTProperty | [[cdk.support/lookup-entry]] | `:step-functions-execution-policy` |
| `vpcAccessPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-access-policy` |
sourceraw docstring

build-cfn-function-schedule-event-property-builderclj

(build-cfn-function-schedule-event-property-builder builder id config)

The build-cfn-function-schedule-event-property-builder function updates a CfnFunction$ScheduleEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$ScheduleEventProperty$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:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
inputjava.lang.Stringcdk.support/lookup-entry:input
namejava.lang.Stringcdk.support/lookup-entry:name
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
The build-cfn-function-schedule-event-property-builder function updates a CfnFunction$ScheduleEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$ScheduleEventProperty$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 |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
sourceraw docstring

build-cfn-function-secret-arn-sampt-property-builderclj

(build-cfn-function-secret-arn-sampt-property-builder builder id config)

The build-cfn-function-secret-arn-sampt-property-builder function updates a CfnFunction$SecretArnSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SecretArnSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
The build-cfn-function-secret-arn-sampt-property-builder function updates a CfnFunction$SecretArnSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SecretArnSAMPTProperty$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 |
|---|---|---|---|
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
sourceraw docstring

build-cfn-function-sns-event-property-builderclj

(build-cfn-function-sns-event-property-builder builder id config)

The build-cfn-function-sns-event-property-builder function updates a CfnFunction$SNSEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SNSEventProperty$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:

FieldDataTypeLookup FunctionData Key
topicjava.lang.Stringcdk.support/lookup-entry:topic
The build-cfn-function-sns-event-property-builder function updates a CfnFunction$SNSEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SNSEventProperty$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 |
|---|---|---|---|
| `topic` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic` |
sourceraw docstring

build-cfn-function-sqs-event-property-builderclj

(build-cfn-function-sqs-event-property-builder builder id config)

The build-cfn-function-sqs-event-property-builder function updates a CfnFunction$SQSEventProperty$Builder instance using the provided configuration. The function takes the CfnFunction$SQSEventProperty$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:

FieldDataTypeLookup FunctionData Key
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
queuejava.lang.Stringcdk.support/lookup-entry:queue
The build-cfn-function-sqs-event-property-builder function updates a CfnFunction$SQSEventProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$SQSEventProperty$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 |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `queue` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue` |
sourceraw docstring

build-cfn-function-state-machine-sampt-property-builderclj

(build-cfn-function-state-machine-sampt-property-builder builder id config)

The build-cfn-function-state-machine-sampt-property-builder function updates a CfnFunction$StateMachineSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$StateMachineSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
stateMachineNamejava.lang.Stringcdk.support/lookup-entry:state-machine-name
The build-cfn-function-state-machine-sampt-property-builder function updates a CfnFunction$StateMachineSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$StateMachineSAMPTProperty$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 |
|---|---|---|---|
| `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` |
sourceraw docstring

build-cfn-function-stream-sampt-property-builderclj

(build-cfn-function-stream-sampt-property-builder builder id config)

The build-cfn-function-stream-sampt-property-builder function updates a CfnFunction$StreamSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$StreamSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
streamNamejava.lang.Stringcdk.support/lookup-entry:stream-name
The build-cfn-function-stream-sampt-property-builder function updates a CfnFunction$StreamSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$StreamSAMPTProperty$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 |
|---|---|---|---|
| `streamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-name` |
sourceraw docstring

build-cfn-function-table-sampt-property-builderclj

(build-cfn-function-table-sampt-property-builder builder id config)

The build-cfn-function-table-sampt-property-builder function updates a CfnFunction$TableSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$TableSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-function-table-sampt-property-builder function updates a CfnFunction$TableSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$TableSAMPTProperty$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 |
|---|---|---|---|
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-function-table-stream-sampt-property-builderclj

(build-cfn-function-table-stream-sampt-property-builder builder id config)

The build-cfn-function-table-stream-sampt-property-builder function updates a CfnFunction$TableStreamSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$TableStreamSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
streamNamejava.lang.Stringcdk.support/lookup-entry:stream-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-function-table-stream-sampt-property-builder function updates a CfnFunction$TableStreamSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$TableStreamSAMPTProperty$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 |
|---|---|---|---|
| `streamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stream-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-function-topic-sampt-property-builderclj

(build-cfn-function-topic-sampt-property-builder builder id config)

The build-cfn-function-topic-sampt-property-builder function updates a CfnFunction$TopicSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnFunction$TopicSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
topicNamejava.lang.Stringcdk.support/lookup-entry:topic-name
The build-cfn-function-topic-sampt-property-builder function updates a CfnFunction$TopicSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$TopicSAMPTProperty$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 |
|---|---|---|---|
| `topicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-name` |
sourceraw docstring

build-cfn-function-vpc-config-property-builderclj

(build-cfn-function-vpc-config-property-builder builder id config)

The build-cfn-function-vpc-config-property-builder function updates a CfnFunction$VpcConfigProperty$Builder instance using the provided configuration. The function takes the CfnFunction$VpcConfigProperty$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:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-function-vpc-config-property-builder function updates a CfnFunction$VpcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnFunction$VpcConfigProperty$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 |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-http-api-access-log-setting-property-builderclj

(build-cfn-http-api-access-log-setting-property-builder builder id config)

The build-cfn-http-api-access-log-setting-property-builder function updates a CfnHttpApi$AccessLogSettingProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$AccessLogSettingProperty$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:

FieldDataTypeLookup FunctionData Key
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
formatjava.lang.Stringcdk.support/lookup-entry:format
The build-cfn-http-api-access-log-setting-property-builder function updates a CfnHttpApi$AccessLogSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$AccessLogSettingProperty$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 |
|---|---|---|---|
| `destinationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-arn` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
sourceraw docstring

build-cfn-http-api-builderclj

(build-cfn-http-api-builder builder id config)

The build-cfn-http-api-builder function updates a CfnHttpApi$Builder instance using the provided configuration. The function takes the CfnHttpApi$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:

FieldDataTypeLookup FunctionData Key
accessLogSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-log-setting
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
corsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cors-configuration
defaultRouteSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-route-settings
definitionBodyjava.lang.Objectcdk.support/lookup-entry:definition-body
definitionUrisoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-execute-api-endpoint
domainsoftware.amazon.awscdk.services.sam.CfnHttpApi$HttpApiDomainConfigurationPropertycdk.support/lookup-entry:domain
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
routeSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:route-settings
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stageVariablesjava.util.Mapcdk.support/lookup-entry:stage-variables
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-http-api-builder function updates a CfnHttpApi$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$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 |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `corsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cors-configuration` |
| `defaultRouteSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-route-settings` |
| `definitionBody` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition-body` |
| `definitionUri` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domain` | software.amazon.awscdk.services.sam.CfnHttpApi$HttpApiDomainConfigurationProperty | [[cdk.support/lookup-entry]] | `:domain` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `routeSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route-settings` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stageVariables` | java.util.Map | [[cdk.support/lookup-entry]] | `:stage-variables` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-http-api-cors-configuration-object-property-builderclj

(build-cfn-http-api-cors-configuration-object-property-builder builder
                                                               id
                                                               config)

The build-cfn-http-api-cors-configuration-object-property-builder function updates a CfnHttpApi$CorsConfigurationObjectProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$CorsConfigurationObjectProperty$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:

FieldDataTypeLookup FunctionData Key
allowCredentialsjava.lang.Booleancdk.support/lookup-entry:allow-credentials
allowHeadersjava.util.Listcdk.support/lookup-entry:allow-headers
allowMethodsjava.util.Listcdk.support/lookup-entry:allow-methods
allowOriginsjava.util.Listcdk.support/lookup-entry:allow-origins
exposeHeadersjava.util.Listcdk.support/lookup-entry:expose-headers
maxAgejava.lang.Numbercdk.support/lookup-entry:max-age
The build-cfn-http-api-cors-configuration-object-property-builder function updates a CfnHttpApi$CorsConfigurationObjectProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$CorsConfigurationObjectProperty$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 |
|---|---|---|---|
| `allowCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-headers` |
| `allowMethods` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-methods` |
| `allowOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-origins` |
| `exposeHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:expose-headers` |
| `maxAge` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-age` |
sourceraw docstring

build-cfn-http-api-http-api-auth-property-builderclj

(build-cfn-http-api-http-api-auth-property-builder builder id config)

The build-cfn-http-api-http-api-auth-property-builder function updates a CfnHttpApi$HttpApiAuthProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$HttpApiAuthProperty$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:

FieldDataTypeLookup FunctionData Key
authorizersjava.lang.Objectcdk.support/lookup-entry:authorizers
defaultAuthorizerjava.lang.Stringcdk.support/lookup-entry:default-authorizer
The build-cfn-http-api-http-api-auth-property-builder function updates a CfnHttpApi$HttpApiAuthProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$HttpApiAuthProperty$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 |
|---|---|---|---|
| `authorizers` | java.lang.Object | [[cdk.support/lookup-entry]] | `:authorizers` |
| `defaultAuthorizer` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-authorizer` |
sourceraw docstring

build-cfn-http-api-http-api-domain-configuration-property-builderclj

(build-cfn-http-api-http-api-domain-configuration-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-http-api-http-api-domain-configuration-property-builder function updates a CfnHttpApi$HttpApiDomainConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$HttpApiDomainConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointConfigurationjava.lang.Stringcdk.support/lookup-entry:endpoint-configuration
mutualTlsAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mutual-tls-authentication
route53software.amazon.awscdk.IResolvablecdk.support/lookup-entry:route53
securityPolicyjava.lang.Stringcdk.support/lookup-entry:security-policy
The build-cfn-http-api-http-api-domain-configuration-property-builder function updates a CfnHttpApi$HttpApiDomainConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$HttpApiDomainConfigurationProperty$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 |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` |
| `route53` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route53` |
| `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
sourceraw docstring

build-cfn-http-api-mutual-tls-authentication-property-builderclj

(build-cfn-http-api-mutual-tls-authentication-property-builder builder
                                                               id
                                                               config)

The build-cfn-http-api-mutual-tls-authentication-property-builder function updates a CfnHttpApi$MutualTlsAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$MutualTlsAuthenticationProperty$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:

FieldDataTypeLookup FunctionData Key
truststoreUrijava.lang.Stringcdk.support/lookup-entry:truststore-uri
truststoreVersionjava.lang.Booleancdk.support/lookup-entry:truststore-version
The build-cfn-http-api-mutual-tls-authentication-property-builder function updates a CfnHttpApi$MutualTlsAuthenticationProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$MutualTlsAuthenticationProperty$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 |
|---|---|---|---|
| `truststoreUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:truststore-uri` |
| `truststoreVersion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:truststore-version` |
sourceraw docstring

build-cfn-http-api-props-builderclj

(build-cfn-http-api-props-builder builder id config)

The build-cfn-http-api-props-builder function updates a CfnHttpApiProps$Builder instance using the provided configuration. The function takes the CfnHttpApiProps$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:

FieldDataTypeLookup FunctionData Key
accessLogSettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-log-setting
authsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth
corsConfigurationjava.lang.Booleancdk.support/lookup-entry:cors-configuration
defaultRouteSettingssoftware.amazon.awscdk.services.sam.CfnHttpApi$RouteSettingsPropertycdk.support/lookup-entry:default-route-settings
definitionBodyjava.lang.Objectcdk.support/lookup-entry:definition-body
definitionUrijava.lang.Stringcdk.support/lookup-entry:definition-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-execute-api-endpoint
domainsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:domain
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
routeSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:route-settings
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
stageVariablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stage-variables
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-http-api-props-builder function updates a CfnHttpApiProps$Builder instance using the provided configuration.
  The function takes the CfnHttpApiProps$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 |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `auth` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth` |
| `corsConfiguration` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cors-configuration` |
| `defaultRouteSettings` | software.amazon.awscdk.services.sam.CfnHttpApi$RouteSettingsProperty | [[cdk.support/lookup-entry]] | `:default-route-settings` |
| `definitionBody` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition-body` |
| `definitionUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domain` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `routeSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route-settings` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `stageVariables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stage-variables` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-http-api-route-settings-property-builderclj

(build-cfn-http-api-route-settings-property-builder builder id config)

The build-cfn-http-api-route-settings-property-builder function updates a CfnHttpApi$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$RouteSettingsProperty$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:

FieldDataTypeLookup FunctionData Key
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
detailedMetricsEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:detailed-metrics-enabled
loggingLeveljava.lang.Stringcdk.support/lookup-entry:logging-level
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
The build-cfn-http-api-route-settings-property-builder function updates a CfnHttpApi$RouteSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$RouteSettingsProperty$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 |
|---|---|---|---|
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `detailedMetricsEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:detailed-metrics-enabled` |
| `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
sourceraw docstring

build-cfn-http-api-route53-configuration-property-builderclj

(build-cfn-http-api-route53-configuration-property-builder builder id config)

The build-cfn-http-api-route53-configuration-property-builder function updates a CfnHttpApi$Route53ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$Route53ConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
distributedDomainNamejava.lang.Stringcdk.support/lookup-entry:distributed-domain-name
evaluateTargetHealthjava.lang.Booleancdk.support/lookup-entry:evaluate-target-health
hostedZoneIdjava.lang.Stringcdk.support/lookup-entry:hosted-zone-id
hostedZoneNamejava.lang.Stringcdk.support/lookup-entry:hosted-zone-name
ipV6software.amazon.awscdk.IResolvablecdk.support/lookup-entry:ip-v6
The build-cfn-http-api-route53-configuration-property-builder function updates a CfnHttpApi$Route53ConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$Route53ConfigurationProperty$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 |
|---|---|---|---|
| `distributedDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:distributed-domain-name` |
| `evaluateTargetHealth` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:evaluate-target-health` |
| `hostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-id` |
| `hostedZoneName` | java.lang.String | [[cdk.support/lookup-entry]] | `:hosted-zone-name` |
| `ipV6` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ip-v6` |
sourceraw docstring

build-cfn-http-api-s3-location-property-builderclj

(build-cfn-http-api-s3-location-property-builder builder id config)

The build-cfn-http-api-s3-location-property-builder function updates a CfnHttpApi$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnHttpApi$S3LocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-http-api-s3-location-property-builder function updates a CfnHttpApi$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnHttpApi$S3LocationProperty$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` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-layer-version-builderclj

(build-cfn-layer-version-builder builder id config)

The build-cfn-layer-version-builder function updates a CfnLayerVersion$Builder instance using the provided configuration. The function takes the CfnLayerVersion$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:

FieldDataTypeLookup FunctionData Key
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
contentUrisoftware.amazon.awscdk.services.sam.CfnLayerVersion$S3LocationPropertycdk.support/lookup-entry:content-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerNamejava.lang.Stringcdk.support/lookup-entry:layer-name
licenseInfojava.lang.Stringcdk.support/lookup-entry:license-info
retentionPolicyjava.lang.Stringcdk.support/lookup-entry:retention-policy
The build-cfn-layer-version-builder function updates a CfnLayerVersion$Builder instance using the provided configuration.
  The function takes the CfnLayerVersion$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 |
|---|---|---|---|
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `contentUri` | software.amazon.awscdk.services.sam.CfnLayerVersion$S3LocationProperty | [[cdk.support/lookup-entry]] | `:content-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-name` |
| `licenseInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-info` |
| `retentionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:retention-policy` |
sourceraw docstring

build-cfn-layer-version-props-builderclj

(build-cfn-layer-version-props-builder builder id config)

The build-cfn-layer-version-props-builder function updates a CfnLayerVersionProps$Builder instance using the provided configuration. The function takes the CfnLayerVersionProps$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:

FieldDataTypeLookup FunctionData Key
compatibleRuntimesjava.util.Listcdk.support/lookup-entry:compatible-runtimes
contentUrijava.lang.Stringcdk.support/lookup-entry:content-uri
descriptionjava.lang.Stringcdk.support/lookup-entry:description
layerNamejava.lang.Stringcdk.support/lookup-entry:layer-name
licenseInfojava.lang.Stringcdk.support/lookup-entry:license-info
retentionPolicyjava.lang.Stringcdk.support/lookup-entry:retention-policy
The build-cfn-layer-version-props-builder function updates a CfnLayerVersionProps$Builder instance using the provided configuration.
  The function takes the CfnLayerVersionProps$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 |
|---|---|---|---|
| `compatibleRuntimes` | java.util.List | [[cdk.support/lookup-entry]] | `:compatible-runtimes` |
| `contentUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-uri` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `layerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:layer-name` |
| `licenseInfo` | java.lang.String | [[cdk.support/lookup-entry]] | `:license-info` |
| `retentionPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:retention-policy` |
sourceraw docstring

build-cfn-layer-version-s3-location-property-builderclj

(build-cfn-layer-version-s3-location-property-builder builder id config)

The build-cfn-layer-version-s3-location-property-builder function updates a CfnLayerVersion$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnLayerVersion$S3LocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-layer-version-s3-location-property-builder function updates a CfnLayerVersion$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnLayerVersion$S3LocationProperty$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` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-simple-table-builderclj

(build-cfn-simple-table-builder builder id config)

The build-cfn-simple-table-builder function updates a CfnSimpleTable$Builder instance using the provided configuration. The function takes the CfnSimpleTable$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:

FieldDataTypeLookup FunctionData Key
primaryKeysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:primary-key
provisionedThroughputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:provisioned-throughput
sseSpecificationsoftware.amazon.awscdk.services.sam.CfnSimpleTable$SSESpecificationPropertycdk.support/lookup-entry:sse-specification
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-simple-table-builder function updates a CfnSimpleTable$Builder instance using the provided configuration.
  The function takes the CfnSimpleTable$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 |
|---|---|---|---|
| `primaryKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-key` |
| `provisionedThroughput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:provisioned-throughput` |
| `sseSpecification` | software.amazon.awscdk.services.sam.CfnSimpleTable$SSESpecificationProperty | [[cdk.support/lookup-entry]] | `:sse-specification` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-simple-table-primary-key-property-builderclj

(build-cfn-simple-table-primary-key-property-builder builder id config)

The build-cfn-simple-table-primary-key-property-builder function updates a CfnSimpleTable$PrimaryKeyProperty$Builder instance using the provided configuration. The function takes the CfnSimpleTable$PrimaryKeyProperty$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:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-simple-table-primary-key-property-builder function updates a CfnSimpleTable$PrimaryKeyProperty$Builder instance using the provided configuration.
  The function takes the CfnSimpleTable$PrimaryKeyProperty$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` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-simple-table-props-builderclj

(build-cfn-simple-table-props-builder builder id config)

The build-cfn-simple-table-props-builder function updates a CfnSimpleTableProps$Builder instance using the provided configuration. The function takes the CfnSimpleTableProps$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:

FieldDataTypeLookup FunctionData Key
primaryKeysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:primary-key
provisionedThroughputsoftware.amazon.awscdk.services.sam.CfnSimpleTable$ProvisionedThroughputPropertycdk.support/lookup-entry:provisioned-throughput
sseSpecificationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sse-specification
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
tagsjava.util.Mapcdk.support/lookup-entry:tags
The build-cfn-simple-table-props-builder function updates a CfnSimpleTableProps$Builder instance using the provided configuration.
  The function takes the CfnSimpleTableProps$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 |
|---|---|---|---|
| `primaryKey` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:primary-key` |
| `provisionedThroughput` | software.amazon.awscdk.services.sam.CfnSimpleTable$ProvisionedThroughputProperty | [[cdk.support/lookup-entry]] | `:provisioned-throughput` |
| `sseSpecification` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sse-specification` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-simple-table-provisioned-throughput-property-builderclj

(build-cfn-simple-table-provisioned-throughput-property-builder builder
                                                                id
                                                                config)

The build-cfn-simple-table-provisioned-throughput-property-builder function updates a CfnSimpleTable$ProvisionedThroughputProperty$Builder instance using the provided configuration. The function takes the CfnSimpleTable$ProvisionedThroughputProperty$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:

FieldDataTypeLookup FunctionData Key
readCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:read-capacity-units
writeCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:write-capacity-units
The build-cfn-simple-table-provisioned-throughput-property-builder function updates a CfnSimpleTable$ProvisionedThroughputProperty$Builder instance using the provided configuration.
  The function takes the CfnSimpleTable$ProvisionedThroughputProperty$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 |
|---|---|---|---|
| `readCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:read-capacity-units` |
| `writeCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:write-capacity-units` |
sourceraw docstring

build-cfn-simple-table-sse-specification-property-builderclj

(build-cfn-simple-table-sse-specification-property-builder builder id config)

The build-cfn-simple-table-sse-specification-property-builder function updates a CfnSimpleTable$SSESpecificationProperty$Builder instance using the provided configuration. The function takes the CfnSimpleTable$SSESpecificationProperty$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:

FieldDataTypeLookup FunctionData Key
sseEnabledjava.lang.Booleancdk.support/lookup-entry:sse-enabled
The build-cfn-simple-table-sse-specification-property-builder function updates a CfnSimpleTable$SSESpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnSimpleTable$SSESpecificationProperty$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 |
|---|---|---|---|
| `sseEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sse-enabled` |
sourceraw docstring

build-cfn-state-machine-api-event-property-builderclj

(build-cfn-state-machine-api-event-property-builder builder id config)

The build-cfn-state-machine-api-event-property-builder function updates a CfnStateMachine$ApiEventProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$ApiEventProperty$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:

FieldDataTypeLookup FunctionData Key
methodjava.lang.Stringcdk.support/lookup-entry:method
pathjava.lang.Stringcdk.support/lookup-entry:path
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-state-machine-api-event-property-builder function updates a CfnStateMachine$ApiEventProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$ApiEventProperty$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 |
|---|---|---|---|
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-state-machine-builderclj

(build-cfn-state-machine-builder builder id config)

The build-cfn-state-machine-builder function updates a CfnStateMachine$Builder instance using the provided configuration. The function takes the CfnStateMachine$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:

FieldDataTypeLookup FunctionData Key
definitionjava.lang.Objectcdk.support/lookup-entry:definition
definitionSubstitutionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition-substitutions
definitionUrisoftware.amazon.awscdk.services.sam.CfnStateMachine$S3LocationPropertycdk.support/lookup-entry:definition-uri
eventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:events
loggingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging
namejava.lang.Stringcdk.support/lookup-entry:name
permissionsBoundariesjava.lang.Stringcdk.support/lookup-entry:permissions-boundaries
policiessoftware.amazon.awscdk.services.sam.CfnStateMachine$IAMPolicyDocumentPropertycdk.support/lookup-entry:policies
rolejava.lang.Stringcdk.support/lookup-entry:role
tagsjava.util.Mapcdk.support/lookup-entry:tags
tracingsoftware.amazon.awscdk.services.sam.CfnStateMachine$TracingConfigurationPropertycdk.support/lookup-entry:tracing
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-state-machine-builder function updates a CfnStateMachine$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$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 |
|---|---|---|---|
| `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` |
| `definitionSubstitutions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-substitutions` |
| `definitionUri` | software.amazon.awscdk.services.sam.CfnStateMachine$S3LocationProperty | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `events` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:events` |
| `logging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `permissionsBoundaries` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions-boundaries` |
| `policies` | software.amazon.awscdk.services.sam.CfnStateMachine$IAMPolicyDocumentProperty | [[cdk.support/lookup-entry]] | `:policies` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tracing` | software.amazon.awscdk.services.sam.CfnStateMachine$TracingConfigurationProperty | [[cdk.support/lookup-entry]] | `:tracing` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-state-machine-cloud-watch-event-event-property-builderclj

(build-cfn-state-machine-cloud-watch-event-event-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-state-machine-cloud-watch-event-event-property-builder function updates a CfnStateMachine$CloudWatchEventEventProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$CloudWatchEventEventProperty$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:

FieldDataTypeLookup FunctionData Key
eventBusNamejava.lang.Stringcdk.support/lookup-entry:event-bus-name
inputjava.lang.Stringcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
patternjava.lang.Objectcdk.support/lookup-entry:pattern
The build-cfn-state-machine-cloud-watch-event-event-property-builder function updates a CfnStateMachine$CloudWatchEventEventProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$CloudWatchEventEventProperty$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 |
|---|---|---|---|
| `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` |
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `pattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-state-machine-cloud-watch-logs-log-group-property-builderclj

(build-cfn-state-machine-cloud-watch-logs-log-group-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-state-machine-cloud-watch-logs-log-group-property-builder function updates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$CloudWatchLogsLogGroupProperty$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:

FieldDataTypeLookup FunctionData Key
logGroupArnjava.lang.Stringcdk.support/lookup-entry:log-group-arn
The build-cfn-state-machine-cloud-watch-logs-log-group-property-builder function updates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$CloudWatchLogsLogGroupProperty$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 |
|---|---|---|---|
| `logGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-arn` |
sourceraw docstring

build-cfn-state-machine-event-bridge-rule-event-property-builderclj

(build-cfn-state-machine-event-bridge-rule-event-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-state-machine-event-bridge-rule-event-property-builder function updates a CfnStateMachine$EventBridgeRuleEventProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$EventBridgeRuleEventProperty$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:

FieldDataTypeLookup FunctionData Key
eventBusNamejava.lang.Stringcdk.support/lookup-entry:event-bus-name
inputjava.lang.Stringcdk.support/lookup-entry:input
inputPathjava.lang.Stringcdk.support/lookup-entry:input-path
patternjava.lang.Objectcdk.support/lookup-entry:pattern
The build-cfn-state-machine-event-bridge-rule-event-property-builder function updates a CfnStateMachine$EventBridgeRuleEventProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$EventBridgeRuleEventProperty$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 |
|---|---|---|---|
| `eventBusName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-bus-name` |
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `inputPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-path` |
| `pattern` | java.lang.Object | [[cdk.support/lookup-entry]] | `:pattern` |
sourceraw docstring

build-cfn-state-machine-event-source-property-builderclj

(build-cfn-state-machine-event-source-property-builder builder id config)

The build-cfn-state-machine-event-source-property-builder function updates a CfnStateMachine$EventSourceProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$EventSourceProperty$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:

FieldDataTypeLookup FunctionData Key
propertiessoftware.amazon.awscdk.services.sam.CfnStateMachine$ApiEventPropertycdk.support/lookup-entry:properties
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-state-machine-event-source-property-builder function updates a CfnStateMachine$EventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$EventSourceProperty$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 |
|---|---|---|---|
| `properties` | software.amazon.awscdk.services.sam.CfnStateMachine$ApiEventProperty | [[cdk.support/lookup-entry]] | `:properties` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-state-machine-function-sampt-property-builderclj

(build-cfn-state-machine-function-sampt-property-builder builder id config)

The build-cfn-state-machine-function-sampt-property-builder function updates a CfnStateMachine$FunctionSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$FunctionSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
functionNamejava.lang.Stringcdk.support/lookup-entry:function-name
The build-cfn-state-machine-function-sampt-property-builder function updates a CfnStateMachine$FunctionSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$FunctionSAMPTProperty$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 |
|---|---|---|---|
| `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` |
sourceraw docstring

build-cfn-state-machine-iam-policy-document-property-builderclj

(build-cfn-state-machine-iam-policy-document-property-builder builder id config)

The build-cfn-state-machine-iam-policy-document-property-builder function updates a CfnStateMachine$IAMPolicyDocumentProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$IAMPolicyDocumentProperty$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:

FieldDataTypeLookup FunctionData Key
statementjava.lang.Objectcdk.support/lookup-entry:statement
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-state-machine-iam-policy-document-property-builder function updates a CfnStateMachine$IAMPolicyDocumentProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$IAMPolicyDocumentProperty$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 |
|---|---|---|---|
| `statement` | java.lang.Object | [[cdk.support/lookup-entry]] | `:statement` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-state-machine-log-destination-property-builderclj

(build-cfn-state-machine-log-destination-property-builder builder id config)

The build-cfn-state-machine-log-destination-property-builder function updates a CfnStateMachine$LogDestinationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LogDestinationProperty$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:

FieldDataTypeLookup FunctionData Key
cloudWatchLogsLogGroupsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cloud-watch-logs-log-group
The build-cfn-state-machine-log-destination-property-builder function updates a CfnStateMachine$LogDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$LogDestinationProperty$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 |
|---|---|---|---|
| `cloudWatchLogsLogGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cloud-watch-logs-log-group` |
sourceraw docstring

build-cfn-state-machine-logging-configuration-property-builderclj

(build-cfn-state-machine-logging-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-state-machine-logging-configuration-property-builder function updates a CfnStateMachine$LoggingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$LoggingConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
destinationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:destinations
includeExecutionDatajava.lang.Booleancdk.support/lookup-entry:include-execution-data
leveljava.lang.Stringcdk.support/lookup-entry:level
The build-cfn-state-machine-logging-configuration-property-builder function updates a CfnStateMachine$LoggingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$LoggingConfigurationProperty$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 |
|---|---|---|---|
| `destinations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:destinations` |
| `includeExecutionData` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:include-execution-data` |
| `level` | java.lang.String | [[cdk.support/lookup-entry]] | `:level` |
sourceraw docstring

build-cfn-state-machine-props-builderclj

(build-cfn-state-machine-props-builder builder id config)

The build-cfn-state-machine-props-builder function updates a CfnStateMachineProps$Builder instance using the provided configuration. The function takes the CfnStateMachineProps$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:

FieldDataTypeLookup FunctionData Key
definitionjava.lang.Objectcdk.support/lookup-entry:definition
definitionSubstitutionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition-substitutions
definitionUrisoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:definition-uri
eventssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:events
loggingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging
namejava.lang.Stringcdk.support/lookup-entry:name
permissionsBoundariesjava.lang.Stringcdk.support/lookup-entry:permissions-boundaries
policiessoftware.amazon.awscdk.services.sam.CfnStateMachine$IAMPolicyDocumentPropertycdk.support/lookup-entry:policies
rolejava.lang.Stringcdk.support/lookup-entry:role
tagsjava.util.Mapcdk.support/lookup-entry:tags
tracingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracing
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-state-machine-props-builder function updates a CfnStateMachineProps$Builder instance using the provided configuration.
  The function takes the CfnStateMachineProps$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 |
|---|---|---|---|
| `definition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:definition` |
| `definitionSubstitutions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-substitutions` |
| `definitionUri` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:definition-uri` |
| `events` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:events` |
| `logging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `permissionsBoundaries` | java.lang.String | [[cdk.support/lookup-entry]] | `:permissions-boundaries` |
| `policies` | software.amazon.awscdk.services.sam.CfnStateMachine$IAMPolicyDocumentProperty | [[cdk.support/lookup-entry]] | `:policies` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
| `tracing` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-state-machine-s3-location-property-builderclj

(build-cfn-state-machine-s3-location-property-builder builder id config)

The build-cfn-state-machine-s3-location-property-builder function updates a CfnStateMachine$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$S3LocationProperty$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:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Numbercdk.support/lookup-entry:version
The build-cfn-state-machine-s3-location-property-builder function updates a CfnStateMachine$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$S3LocationProperty$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` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-state-machine-sam-policy-template-property-builderclj

(build-cfn-state-machine-sam-policy-template-property-builder builder id config)

The build-cfn-state-machine-sam-policy-template-property-builder function updates a CfnStateMachine$SAMPolicyTemplateProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$SAMPolicyTemplateProperty$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:

FieldDataTypeLookup FunctionData Key
lambdaInvokePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda-invoke-policy
stepFunctionsExecutionPolicysoftware.amazon.awscdk.services.sam.CfnStateMachine$StateMachineSAMPTPropertycdk.support/lookup-entry:step-functions-execution-policy
The build-cfn-state-machine-sam-policy-template-property-builder function updates a CfnStateMachine$SAMPolicyTemplateProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$SAMPolicyTemplateProperty$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 |
|---|---|---|---|
| `lambdaInvokePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda-invoke-policy` |
| `stepFunctionsExecutionPolicy` | software.amazon.awscdk.services.sam.CfnStateMachine$StateMachineSAMPTProperty | [[cdk.support/lookup-entry]] | `:step-functions-execution-policy` |
sourceraw docstring

build-cfn-state-machine-schedule-event-property-builderclj

(build-cfn-state-machine-schedule-event-property-builder builder id config)

The build-cfn-state-machine-schedule-event-property-builder function updates a CfnStateMachine$ScheduleEventProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$ScheduleEventProperty$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:

FieldDataTypeLookup FunctionData Key
inputjava.lang.Stringcdk.support/lookup-entry:input
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
The build-cfn-state-machine-schedule-event-property-builder function updates a CfnStateMachine$ScheduleEventProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$ScheduleEventProperty$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 |
|---|---|---|---|
| `input` | java.lang.String | [[cdk.support/lookup-entry]] | `:input` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
sourceraw docstring

build-cfn-state-machine-state-machine-sampt-property-builderclj

(build-cfn-state-machine-state-machine-sampt-property-builder builder id config)

The build-cfn-state-machine-state-machine-sampt-property-builder function updates a CfnStateMachine$StateMachineSAMPTProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$StateMachineSAMPTProperty$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:

FieldDataTypeLookup FunctionData Key
stateMachineNamejava.lang.Stringcdk.support/lookup-entry:state-machine-name
The build-cfn-state-machine-state-machine-sampt-property-builder function updates a CfnStateMachine$StateMachineSAMPTProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$StateMachineSAMPTProperty$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 |
|---|---|---|---|
| `stateMachineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:state-machine-name` |
sourceraw docstring

build-cfn-state-machine-tracing-configuration-property-builderclj

(build-cfn-state-machine-tracing-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-state-machine-tracing-configuration-property-builder function updates a CfnStateMachine$TracingConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnStateMachine$TracingConfigurationProperty$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:

FieldDataTypeLookup FunctionData Key
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
The build-cfn-state-machine-tracing-configuration-property-builder function updates a CfnStateMachine$TracingConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnStateMachine$TracingConfigurationProperty$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 |
|---|---|---|---|
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
sourceraw docstring

cfn-api-access-log-setting-property-builderclj

(cfn-api-access-log-setting-property-builder id config)

Creates a CfnApi$AccessLogSettingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$AccessLogSettingProperty$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 |
sourceraw docstring

cfn-api-auth-property-builderclj

(cfn-api-auth-property-builder id config)

Creates a CfnApi$AuthProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$AuthProperty$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 |
sourceraw docstring

cfn-api-builderclj

(cfn-api-builder scope id config)

Creates a CfnApi$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  `CfnApi$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 |
sourceraw docstring

cfn-api-canary-setting-property-builderclj

(cfn-api-canary-setting-property-builder id config)

Creates a CfnApi$CanarySettingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$CanarySettingProperty$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 |
sourceraw docstring

cfn-api-cors-configuration-property-builderclj

(cfn-api-cors-configuration-property-builder id config)

Creates a CfnApi$CorsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$CorsConfigurationProperty$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 |
sourceraw docstring

cfn-api-domain-configuration-property-builderclj

(cfn-api-domain-configuration-property-builder id config)

Creates a CfnApi$DomainConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$DomainConfigurationProperty$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 |
sourceraw docstring

cfn-api-endpoint-configuration-property-builderclj

(cfn-api-endpoint-configuration-property-builder id config)

Creates a CfnApi$EndpointConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$EndpointConfigurationProperty$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 |
sourceraw docstring

cfn-api-mutual-tls-authentication-property-builderclj

(cfn-api-mutual-tls-authentication-property-builder id config)

Creates a CfnApi$MutualTlsAuthenticationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$MutualTlsAuthenticationProperty$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 |
sourceraw docstring

cfn-api-props-builderclj

(cfn-api-props-builder id config)

Creates a CfnApiProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApiProps$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 |
sourceraw docstring

cfn-api-route53-configuration-property-builderclj

(cfn-api-route53-configuration-property-builder id config)

Creates a CfnApi$Route53ConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$Route53ConfigurationProperty$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 |
sourceraw docstring

cfn-api-s3-location-property-builderclj

(cfn-api-s3-location-property-builder id config)

Creates a CfnApi$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApi$S3LocationProperty$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 |
sourceraw docstring

cfn-application-application-location-property-builderclj

(cfn-application-application-location-property-builder id config)

Creates a CfnApplication$ApplicationLocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplication$ApplicationLocationProperty$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 |
sourceraw docstring

cfn-application-builderclj

(cfn-application-builder scope id config)

Creates a CfnApplication$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  `CfnApplication$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 |
sourceraw docstring

cfn-application-props-builderclj

(cfn-application-props-builder id config)

Creates a CfnApplicationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnApplicationProps$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 |
sourceraw docstring

cfn-function-alexa-skill-event-property-builderclj

(cfn-function-alexa-skill-event-property-builder id config)

Creates a CfnFunction$AlexaSkillEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$AlexaSkillEventProperty$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 |
sourceraw docstring

cfn-function-api-event-property-builderclj

(cfn-function-api-event-property-builder id config)

Creates a CfnFunction$ApiEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$ApiEventProperty$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 |
sourceraw docstring

cfn-function-auth-property-builderclj

(cfn-function-auth-property-builder id config)

Creates a CfnFunction$AuthProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$AuthProperty$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 |
sourceraw docstring

cfn-function-auth-resource-policy-property-builderclj

(cfn-function-auth-resource-policy-property-builder id config)

Creates a CfnFunction$AuthResourcePolicyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$AuthResourcePolicyProperty$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 |
sourceraw docstring

cfn-function-bucket-sampt-property-builderclj

(cfn-function-bucket-sampt-property-builder id config)

Creates a CfnFunction$BucketSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$BucketSAMPTProperty$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 |
sourceraw docstring

cfn-function-builderclj

(cfn-function-builder scope id config)

Creates a CfnFunction$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  `CfnFunction$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 |
sourceraw docstring

cfn-function-cloud-watch-event-event-property-builderclj

(cfn-function-cloud-watch-event-event-property-builder id config)

Creates a CfnFunction$CloudWatchEventEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$CloudWatchEventEventProperty$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 |
sourceraw docstring

cfn-function-cloud-watch-logs-event-property-builderclj

(cfn-function-cloud-watch-logs-event-property-builder id config)

Creates a CfnFunction$CloudWatchLogsEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$CloudWatchLogsEventProperty$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 |
sourceraw docstring

cfn-function-cognito-event-property-builderclj

(cfn-function-cognito-event-property-builder id config)

Creates a CfnFunction$CognitoEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$CognitoEventProperty$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 |
sourceraw docstring

cfn-function-collection-sampt-property-builderclj

(cfn-function-collection-sampt-property-builder id config)

Creates a CfnFunction$CollectionSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$CollectionSAMPTProperty$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 |
sourceraw docstring

cfn-function-cors-configuration-property-builderclj

(cfn-function-cors-configuration-property-builder id config)

Creates a CfnFunction$CorsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$CorsConfigurationProperty$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 |
sourceraw docstring

cfn-function-dead-letter-queue-property-builderclj

(cfn-function-dead-letter-queue-property-builder id config)

Creates a CfnFunction$DeadLetterQueueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DeadLetterQueueProperty$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 |
sourceraw docstring

cfn-function-deployment-preference-property-builderclj

(cfn-function-deployment-preference-property-builder id config)

Creates a CfnFunction$DeploymentPreferenceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DeploymentPreferenceProperty$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 |
sourceraw docstring

cfn-function-destination-config-property-builderclj

(cfn-function-destination-config-property-builder id config)

Creates a CfnFunction$DestinationConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DestinationConfigProperty$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 |
sourceraw docstring

cfn-function-destination-property-builderclj

(cfn-function-destination-property-builder id config)

Creates a CfnFunction$DestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DestinationProperty$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 |
sourceraw docstring

cfn-function-domain-sampt-property-builderclj

(cfn-function-domain-sampt-property-builder id config)

Creates a CfnFunction$DomainSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DomainSAMPTProperty$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 |
sourceraw docstring

cfn-function-dynamo-db-event-property-builderclj

(cfn-function-dynamo-db-event-property-builder id config)

Creates a CfnFunction$DynamoDBEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$DynamoDBEventProperty$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 |
sourceraw docstring

cfn-function-empty-sampt-property-builderclj

(cfn-function-empty-sampt-property-builder)

Creates a CfnFunction$EmptySAMPTProperty$Builder instance using a no-argument construct,then builds it.

Creates a  `CfnFunction$EmptySAMPTProperty$Builder` instance using a no-argument construct,then builds it.
sourceraw docstring

cfn-function-ephemeral-storage-property-builderclj

(cfn-function-ephemeral-storage-property-builder id config)

Creates a CfnFunction$EphemeralStorageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$EphemeralStorageProperty$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 |
sourceraw docstring

cfn-function-event-bridge-rule-event-property-builderclj

(cfn-function-event-bridge-rule-event-property-builder id config)

Creates a CfnFunction$EventBridgeRuleEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$EventBridgeRuleEventProperty$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 |
sourceraw docstring

cfn-function-event-invoke-config-property-builderclj

(cfn-function-event-invoke-config-property-builder id config)

Creates a CfnFunction$EventInvokeConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$EventInvokeConfigProperty$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 |
sourceraw docstring

cfn-function-event-invoke-destination-config-property-builderclj

(cfn-function-event-invoke-destination-config-property-builder id config)

Creates a CfnFunction$EventInvokeDestinationConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$EventInvokeDestinationConfigProperty$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 |
sourceraw docstring

cfn-function-event-source-property-builderclj

(cfn-function-event-source-property-builder id config)

Creates a CfnFunction$EventSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$EventSourceProperty$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 |
sourceraw docstring

cfn-function-file-system-config-property-builderclj

(cfn-function-file-system-config-property-builder id config)

Creates a CfnFunction$FileSystemConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$FileSystemConfigProperty$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 |
sourceraw docstring

cfn-function-function-environment-property-builderclj

(cfn-function-function-environment-property-builder id config)

Creates a CfnFunction$FunctionEnvironmentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$FunctionEnvironmentProperty$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 |
sourceraw docstring

cfn-function-function-sampt-property-builderclj

(cfn-function-function-sampt-property-builder id config)

Creates a CfnFunction$FunctionSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$FunctionSAMPTProperty$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 |
sourceraw docstring

cfn-function-function-url-config-property-builderclj

(cfn-function-function-url-config-property-builder id config)

Creates a CfnFunction$FunctionUrlConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$FunctionUrlConfigProperty$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 |
sourceraw docstring

cfn-function-hooks-property-builderclj

(cfn-function-hooks-property-builder id config)

Creates a CfnFunction$HooksProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$HooksProperty$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 |
sourceraw docstring

cfn-function-http-api-event-property-builderclj

(cfn-function-http-api-event-property-builder id config)

Creates a CfnFunction$HttpApiEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$HttpApiEventProperty$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 |
sourceraw docstring

cfn-function-http-api-function-auth-property-builderclj

(cfn-function-http-api-function-auth-property-builder id config)

Creates a CfnFunction$HttpApiFunctionAuthProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$HttpApiFunctionAuthProperty$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 |
sourceraw docstring

cfn-function-iam-policy-document-property-builderclj

(cfn-function-iam-policy-document-property-builder id config)

Creates a CfnFunction$IAMPolicyDocumentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$IAMPolicyDocumentProperty$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 |
sourceraw docstring

cfn-function-identity-sampt-property-builderclj

(cfn-function-identity-sampt-property-builder id config)

Creates a CfnFunction$IdentitySAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$IdentitySAMPTProperty$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 |
sourceraw docstring

cfn-function-image-config-property-builderclj

(cfn-function-image-config-property-builder id config)

Creates a CfnFunction$ImageConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$ImageConfigProperty$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 |
sourceraw docstring

cfn-function-io-t-rule-event-property-builderclj

(cfn-function-io-t-rule-event-property-builder id config)

Creates a CfnFunction$IoTRuleEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$IoTRuleEventProperty$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 |
sourceraw docstring

cfn-function-key-sampt-property-builderclj

(cfn-function-key-sampt-property-builder id config)

Creates a CfnFunction$KeySAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$KeySAMPTProperty$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 |
sourceraw docstring

cfn-function-kinesis-event-property-builderclj

(cfn-function-kinesis-event-property-builder id config)

Creates a CfnFunction$KinesisEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$KinesisEventProperty$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 |
sourceraw docstring

cfn-function-log-group-sampt-property-builderclj

(cfn-function-log-group-sampt-property-builder id config)

Creates a CfnFunction$LogGroupSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$LogGroupSAMPTProperty$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 |
sourceraw docstring

cfn-function-parameter-name-sampt-property-builderclj

(cfn-function-parameter-name-sampt-property-builder id config)

Creates a CfnFunction$ParameterNameSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$ParameterNameSAMPTProperty$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 |
sourceraw docstring

cfn-function-props-builderclj

(cfn-function-props-builder id config)

Creates a CfnFunctionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunctionProps$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 |
sourceraw docstring

cfn-function-provisioned-concurrency-config-property-builderclj

(cfn-function-provisioned-concurrency-config-property-builder id config)

Creates a CfnFunction$ProvisionedConcurrencyConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$ProvisionedConcurrencyConfigProperty$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 |
sourceraw docstring

cfn-function-queue-sampt-property-builderclj

(cfn-function-queue-sampt-property-builder id config)

Creates a CfnFunction$QueueSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$QueueSAMPTProperty$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 |
sourceraw docstring

cfn-function-request-model-property-builderclj

(cfn-function-request-model-property-builder id config)

Creates a CfnFunction$RequestModelProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$RequestModelProperty$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 |
sourceraw docstring

cfn-function-request-parameter-property-builderclj

(cfn-function-request-parameter-property-builder id config)

Creates a CfnFunction$RequestParameterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$RequestParameterProperty$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 |
sourceraw docstring

cfn-function-route-settings-property-builderclj

(cfn-function-route-settings-property-builder id config)

Creates a CfnFunction$RouteSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$RouteSettingsProperty$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 |
sourceraw docstring

cfn-function-s3-event-property-builderclj

(cfn-function-s3-event-property-builder id config)

Creates a CfnFunction$S3EventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$S3EventProperty$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 |
sourceraw docstring

cfn-function-s3-key-filter-property-builderclj

(cfn-function-s3-key-filter-property-builder id config)

Creates a CfnFunction$S3KeyFilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$S3KeyFilterProperty$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 |
sourceraw docstring

cfn-function-s3-key-filter-rule-property-builderclj

(cfn-function-s3-key-filter-rule-property-builder id config)

Creates a CfnFunction$S3KeyFilterRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$S3KeyFilterRuleProperty$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 |
sourceraw docstring

cfn-function-s3-location-property-builderclj

(cfn-function-s3-location-property-builder id config)

Creates a CfnFunction$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$S3LocationProperty$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 |
sourceraw docstring

cfn-function-s3-notification-filter-property-builderclj

(cfn-function-s3-notification-filter-property-builder id config)

Creates a CfnFunction$S3NotificationFilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$S3NotificationFilterProperty$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 |
sourceraw docstring

cfn-function-sam-policy-template-property-builderclj

(cfn-function-sam-policy-template-property-builder id config)

Creates a CfnFunction$SAMPolicyTemplateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$SAMPolicyTemplateProperty$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 |
sourceraw docstring

cfn-function-schedule-event-property-builderclj

(cfn-function-schedule-event-property-builder id config)

Creates a CfnFunction$ScheduleEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$ScheduleEventProperty$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 |
sourceraw docstring

cfn-function-secret-arn-sampt-property-builderclj

(cfn-function-secret-arn-sampt-property-builder id config)

Creates a CfnFunction$SecretArnSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$SecretArnSAMPTProperty$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 |
sourceraw docstring

cfn-function-sns-event-property-builderclj

(cfn-function-sns-event-property-builder id config)

Creates a CfnFunction$SNSEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$SNSEventProperty$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 |
sourceraw docstring

cfn-function-sqs-event-property-builderclj

(cfn-function-sqs-event-property-builder id config)

Creates a CfnFunction$SQSEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$SQSEventProperty$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 |
sourceraw docstring

cfn-function-state-machine-sampt-property-builderclj

(cfn-function-state-machine-sampt-property-builder id config)

Creates a CfnFunction$StateMachineSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$StateMachineSAMPTProperty$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 |
sourceraw docstring

cfn-function-stream-sampt-property-builderclj

(cfn-function-stream-sampt-property-builder id config)

Creates a CfnFunction$StreamSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$StreamSAMPTProperty$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 |
sourceraw docstring

cfn-function-table-sampt-property-builderclj

(cfn-function-table-sampt-property-builder id config)

Creates a CfnFunction$TableSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$TableSAMPTProperty$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 |
sourceraw docstring

cfn-function-table-stream-sampt-property-builderclj

(cfn-function-table-stream-sampt-property-builder id config)

Creates a CfnFunction$TableStreamSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$TableStreamSAMPTProperty$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 |
sourceraw docstring

cfn-function-topic-sampt-property-builderclj

(cfn-function-topic-sampt-property-builder id config)

Creates a CfnFunction$TopicSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$TopicSAMPTProperty$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 |
sourceraw docstring

cfn-function-vpc-config-property-builderclj

(cfn-function-vpc-config-property-builder id config)

Creates a CfnFunction$VpcConfigProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFunction$VpcConfigProperty$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 |
sourceraw docstring

cfn-http-api-access-log-setting-property-builderclj

(cfn-http-api-access-log-setting-property-builder id config)

Creates a CfnHttpApi$AccessLogSettingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$AccessLogSettingProperty$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 |
sourceraw docstring

cfn-http-api-builderclj

(cfn-http-api-builder scope id config)

Creates a CfnHttpApi$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  `CfnHttpApi$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 |
sourceraw docstring

cfn-http-api-cors-configuration-object-property-builderclj

(cfn-http-api-cors-configuration-object-property-builder id config)

Creates a CfnHttpApi$CorsConfigurationObjectProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$CorsConfigurationObjectProperty$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 |
sourceraw docstring

cfn-http-api-http-api-auth-property-builderclj

(cfn-http-api-http-api-auth-property-builder id config)

Creates a CfnHttpApi$HttpApiAuthProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$HttpApiAuthProperty$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 |
sourceraw docstring

cfn-http-api-http-api-domain-configuration-property-builderclj

(cfn-http-api-http-api-domain-configuration-property-builder id config)

Creates a CfnHttpApi$HttpApiDomainConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$HttpApiDomainConfigurationProperty$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 |
sourceraw docstring

cfn-http-api-mutual-tls-authentication-property-builderclj

(cfn-http-api-mutual-tls-authentication-property-builder id config)

Creates a CfnHttpApi$MutualTlsAuthenticationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$MutualTlsAuthenticationProperty$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 |
sourceraw docstring

cfn-http-api-props-builderclj

(cfn-http-api-props-builder id config)

Creates a CfnHttpApiProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApiProps$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 |
sourceraw docstring

cfn-http-api-route-settings-property-builderclj

(cfn-http-api-route-settings-property-builder id config)

Creates a CfnHttpApi$RouteSettingsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$RouteSettingsProperty$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 |
sourceraw docstring

cfn-http-api-route53-configuration-property-builderclj

(cfn-http-api-route53-configuration-property-builder id config)

Creates a CfnHttpApi$Route53ConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$Route53ConfigurationProperty$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 |
sourceraw docstring

cfn-http-api-s3-location-property-builderclj

(cfn-http-api-s3-location-property-builder id config)

Creates a CfnHttpApi$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnHttpApi$S3LocationProperty$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 |
sourceraw docstring

cfn-layer-version-builderclj

(cfn-layer-version-builder scope id config)

Creates a CfnLayerVersion$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  `CfnLayerVersion$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 |
sourceraw docstring

cfn-layer-version-props-builderclj

(cfn-layer-version-props-builder id config)

Creates a CfnLayerVersionProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLayerVersionProps$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 |
sourceraw docstring

cfn-layer-version-s3-location-property-builderclj

(cfn-layer-version-s3-location-property-builder id config)

Creates a CfnLayerVersion$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnLayerVersion$S3LocationProperty$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 |
sourceraw docstring

cfn-simple-table-builderclj

(cfn-simple-table-builder scope id config)

Creates a CfnSimpleTable$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  `CfnSimpleTable$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 |
sourceraw docstring

cfn-simple-table-primary-key-property-builderclj

(cfn-simple-table-primary-key-property-builder id config)

Creates a CfnSimpleTable$PrimaryKeyProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSimpleTable$PrimaryKeyProperty$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 |
sourceraw docstring

cfn-simple-table-props-builderclj

(cfn-simple-table-props-builder id config)

Creates a CfnSimpleTableProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSimpleTableProps$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 |
sourceraw docstring

cfn-simple-table-provisioned-throughput-property-builderclj

(cfn-simple-table-provisioned-throughput-property-builder id config)

Creates a CfnSimpleTable$ProvisionedThroughputProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSimpleTable$ProvisionedThroughputProperty$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 |
sourceraw docstring

cfn-simple-table-sse-specification-property-builderclj

(cfn-simple-table-sse-specification-property-builder id config)

Creates a CfnSimpleTable$SSESpecificationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnSimpleTable$SSESpecificationProperty$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 |
sourceraw docstring

cfn-state-machine-api-event-property-builderclj

(cfn-state-machine-api-event-property-builder id config)

Creates a CfnStateMachine$ApiEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$ApiEventProperty$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 |
sourceraw docstring

cfn-state-machine-builderclj

(cfn-state-machine-builder scope id config)

Creates a CfnStateMachine$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  `CfnStateMachine$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 |
sourceraw docstring

cfn-state-machine-cloud-watch-event-event-property-builderclj

(cfn-state-machine-cloud-watch-event-event-property-builder id config)

Creates a CfnStateMachine$CloudWatchEventEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$CloudWatchEventEventProperty$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 |
sourceraw docstring

cfn-state-machine-cloud-watch-logs-log-group-property-builderclj

(cfn-state-machine-cloud-watch-logs-log-group-property-builder id config)

Creates a CfnStateMachine$CloudWatchLogsLogGroupProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$CloudWatchLogsLogGroupProperty$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 |
sourceraw docstring

cfn-state-machine-event-bridge-rule-event-property-builderclj

(cfn-state-machine-event-bridge-rule-event-property-builder id config)

Creates a CfnStateMachine$EventBridgeRuleEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$EventBridgeRuleEventProperty$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 |
sourceraw docstring

cfn-state-machine-event-source-property-builderclj

(cfn-state-machine-event-source-property-builder id config)

Creates a CfnStateMachine$EventSourceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$EventSourceProperty$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 |
sourceraw docstring

cfn-state-machine-function-sampt-property-builderclj

(cfn-state-machine-function-sampt-property-builder id config)

Creates a CfnStateMachine$FunctionSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$FunctionSAMPTProperty$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 |
sourceraw docstring

cfn-state-machine-iam-policy-document-property-builderclj

(cfn-state-machine-iam-policy-document-property-builder id config)

Creates a CfnStateMachine$IAMPolicyDocumentProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$IAMPolicyDocumentProperty$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 |
sourceraw docstring

cfn-state-machine-log-destination-property-builderclj

(cfn-state-machine-log-destination-property-builder id config)

Creates a CfnStateMachine$LogDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$LogDestinationProperty$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 |
sourceraw docstring

cfn-state-machine-logging-configuration-property-builderclj

(cfn-state-machine-logging-configuration-property-builder id config)

Creates a CfnStateMachine$LoggingConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$LoggingConfigurationProperty$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 |
sourceraw docstring

cfn-state-machine-props-builderclj

(cfn-state-machine-props-builder id config)

Creates a CfnStateMachineProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachineProps$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 |
sourceraw docstring

cfn-state-machine-s3-location-property-builderclj

(cfn-state-machine-s3-location-property-builder id config)

Creates a CfnStateMachine$S3LocationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$S3LocationProperty$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 |
sourceraw docstring

cfn-state-machine-sam-policy-template-property-builderclj

(cfn-state-machine-sam-policy-template-property-builder id config)

Creates a CfnStateMachine$SAMPolicyTemplateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$SAMPolicyTemplateProperty$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 |
sourceraw docstring

cfn-state-machine-schedule-event-property-builderclj

(cfn-state-machine-schedule-event-property-builder id config)

Creates a CfnStateMachine$ScheduleEventProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$ScheduleEventProperty$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 |
sourceraw docstring

cfn-state-machine-state-machine-sampt-property-builderclj

(cfn-state-machine-state-machine-sampt-property-builder id config)

Creates a CfnStateMachine$StateMachineSAMPTProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$StateMachineSAMPTProperty$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 |
sourceraw docstring

cfn-state-machine-tracing-configuration-property-builderclj

(cfn-state-machine-tracing-configuration-property-builder id config)

Creates a CfnStateMachine$TracingConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnStateMachine$TracingConfigurationProperty$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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close