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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
skillId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
collectionId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
onFailure | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
size | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
variables | java.util.Map | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
functionName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
statement | java.lang.Object | cdk.support/lookup-entry | :statement |
version | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
identityName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
keyId | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
provisionedConcurrentExecutions | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
queueName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
rules | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Key | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
topic | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stateMachineName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
streamName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tableName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
topicName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sseEnabled | java.lang.Boolean | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
logGroupArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
functionName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
statement | java.lang.Object | cdk.support/lookup-entry | :statement |
version | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchLogsLogGroup | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
input | java.lang.String | cdk.support/lookup-entry | :input |
schedule | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stateMachineName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close