Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cloudformation package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.cloudformation package.
(build-cfn-custom-resource-builder builder id config)
The build-cfn-custom-resource-builder function updates a CfnCustomResource$Builder instance using the provided configuration. The function takes the CfnCustomResource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceToken | java.lang.String | cdk.support/lookup-entry | :service-token |
The build-cfn-custom-resource-builder function updates a CfnCustomResource$Builder instance using the provided configuration. The function takes the CfnCustomResource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-token` |
(build-cfn-custom-resource-props-builder builder id config)
The build-cfn-custom-resource-props-builder function updates a CfnCustomResourceProps$Builder instance using the provided configuration. The function takes the CfnCustomResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serviceToken | java.lang.String | cdk.support/lookup-entry | :service-token |
The build-cfn-custom-resource-props-builder function updates a CfnCustomResourceProps$Builder instance using the provided configuration. The function takes the CfnCustomResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serviceToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-token` |
(build-cfn-hook-default-version-builder builder id config)
The build-cfn-hook-default-version-builder function updates a CfnHookDefaultVersion$Builder instance using the provided configuration. The function takes the CfnHookDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeVersionArn | java.lang.String | cdk.support/lookup-entry | :type-version-arn |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-hook-default-version-builder function updates a CfnHookDefaultVersion$Builder instance using the provided configuration. The function takes the CfnHookDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-hook-default-version-props-builder builder id config)
The build-cfn-hook-default-version-props-builder function updates a CfnHookDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnHookDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeVersionArn | java.lang.String | cdk.support/lookup-entry | :type-version-arn |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-hook-default-version-props-builder function updates a CfnHookDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnHookDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-hook-type-config-builder builder id config)
The build-cfn-hook-type-config-builder function updates a CfnHookTypeConfig$Builder instance using the provided configuration. The function takes the CfnHookTypeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configuration | java.lang.String | cdk.support/lookup-entry | :configuration |
configurationAlias | java.lang.String | cdk.support/lookup-entry | :configuration-alias |
typeArn | java.lang.String | cdk.support/lookup-entry | :type-arn |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-hook-type-config-builder function updates a CfnHookTypeConfig$Builder instance using the provided configuration. The function takes the CfnHookTypeConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` | | `configurationAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-alias` | | `typeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-arn` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-hook-type-config-props-builder builder id config)
The build-cfn-hook-type-config-props-builder function updates a CfnHookTypeConfigProps$Builder instance using the provided configuration. The function takes the CfnHookTypeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
configuration | java.lang.String | cdk.support/lookup-entry | :configuration |
configurationAlias | java.lang.String | cdk.support/lookup-entry | :configuration-alias |
typeArn | java.lang.String | cdk.support/lookup-entry | :type-arn |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-hook-type-config-props-builder function updates a CfnHookTypeConfigProps$Builder instance using the provided configuration. The function takes the CfnHookTypeConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` | | `configurationAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-alias` | | `typeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-arn` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-hook-version-builder builder id config)
The build-cfn-hook-version-builder function updates a CfnHookVersion$Builder instance using the provided configuration. The function takes the CfnHookVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :logging-config |
schemaHandlerPackage | java.lang.String | cdk.support/lookup-entry | :schema-handler-package |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-hook-version-builder function updates a CfnHookVersion$Builder instance using the provided configuration. The function takes the CfnHookVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` | | `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-hook-version-logging-config-property-builder builder id config)
The build-cfn-hook-version-logging-config-property-builder function updates a CfnHookVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnHookVersion$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
logRoleArn | java.lang.String | cdk.support/lookup-entry | :log-role-arn |
The build-cfn-hook-version-logging-config-property-builder function updates a CfnHookVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnHookVersion$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
(build-cfn-hook-version-props-builder builder id config)
The build-cfn-hook-version-props-builder function updates a CfnHookVersionProps$Builder instance using the provided configuration. The function takes the CfnHookVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.services.cloudformation.CfnHookVersion$LoggingConfigProperty | cdk.support/lookup-entry | :logging-config |
schemaHandlerPackage | java.lang.String | cdk.support/lookup-entry | :schema-handler-package |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-hook-version-props-builder function updates a CfnHookVersionProps$Builder instance using the provided configuration. The function takes the CfnHookVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.services.cloudformation.CfnHookVersion$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` | | `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-macro-builder builder id config)
The build-cfn-macro-builder function updates a CfnMacro$Builder instance using the provided configuration. The function takes the CfnMacro$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
functionName | java.lang.String | cdk.support/lookup-entry | :function-name |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logRoleArn | java.lang.String | cdk.support/lookup-entry | :log-role-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-macro-builder function updates a CfnMacro$Builder instance using the provided configuration. The function takes the CfnMacro$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-macro-props-builder builder id config)
The build-cfn-macro-props-builder function updates a CfnMacroProps$Builder instance using the provided configuration. The function takes the CfnMacroProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
functionName | java.lang.String | cdk.support/lookup-entry | :function-name |
logGroupName | java.lang.String | cdk.support/lookup-entry | :log-group-name |
logRoleArn | java.lang.String | cdk.support/lookup-entry | :log-role-arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-macro-props-builder function updates a CfnMacroProps$Builder instance using the provided configuration. The function takes the CfnMacroProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `functionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-name` | | `logGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-group-name` | | `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-module-default-version-builder builder id config)
The build-cfn-module-default-version-builder function updates a CfnModuleDefaultVersion$Builder instance using the provided configuration. The function takes the CfnModuleDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
moduleName | java.lang.String | cdk.support/lookup-entry | :module-name |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-module-default-version-builder function updates a CfnModuleDefaultVersion$Builder instance using the provided configuration. The function takes the CfnModuleDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-module-default-version-props-builder builder id config)
The build-cfn-module-default-version-props-builder function updates a CfnModuleDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnModuleDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
moduleName | java.lang.String | cdk.support/lookup-entry | :module-name |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-module-default-version-props-builder function updates a CfnModuleDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnModuleDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-module-version-builder builder id config)
The build-cfn-module-version-builder function updates a CfnModuleVersion$Builder instance using the provided configuration. The function takes the CfnModuleVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
moduleName | java.lang.String | cdk.support/lookup-entry | :module-name |
modulePackage | java.lang.String | cdk.support/lookup-entry | :module-package |
The build-cfn-module-version-builder function updates a CfnModuleVersion$Builder instance using the provided configuration. The function takes the CfnModuleVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` | | `modulePackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-package` |
(build-cfn-module-version-props-builder builder id config)
The build-cfn-module-version-props-builder function updates a CfnModuleVersionProps$Builder instance using the provided configuration. The function takes the CfnModuleVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
moduleName | java.lang.String | cdk.support/lookup-entry | :module-name |
modulePackage | java.lang.String | cdk.support/lookup-entry | :module-package |
The build-cfn-module-version-props-builder function updates a CfnModuleVersionProps$Builder instance using the provided configuration. The function takes the CfnModuleVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `moduleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-name` | | `modulePackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:module-package` |
(build-cfn-public-type-version-builder builder id config)
The build-cfn-public-type-version-builder function updates a CfnPublicTypeVersion$Builder instance using the provided configuration. The function takes the CfnPublicTypeVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
logDeliveryBucket | java.lang.String | cdk.support/lookup-entry | :log-delivery-bucket |
publicVersionNumber | java.lang.String | cdk.support/lookup-entry | :public-version-number |
type | java.lang.String | cdk.support/lookup-entry | :type |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-public-type-version-builder function updates a CfnPublicTypeVersion$Builder instance using the provided configuration. The function takes the CfnPublicTypeVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `logDeliveryBucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-delivery-bucket` | | `publicVersionNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-version-number` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-public-type-version-props-builder builder id config)
The build-cfn-public-type-version-props-builder function updates a CfnPublicTypeVersionProps$Builder instance using the provided configuration. The function takes the CfnPublicTypeVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
logDeliveryBucket | java.lang.String | cdk.support/lookup-entry | :log-delivery-bucket |
publicVersionNumber | java.lang.String | cdk.support/lookup-entry | :public-version-number |
type | java.lang.String | cdk.support/lookup-entry | :type |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-public-type-version-props-builder function updates a CfnPublicTypeVersionProps$Builder instance using the provided configuration. The function takes the CfnPublicTypeVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `logDeliveryBucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-delivery-bucket` | | `publicVersionNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-version-number` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-publisher-builder builder id config)
The build-cfn-publisher-builder function updates a CfnPublisher$Builder instance using the provided configuration. The function takes the CfnPublisher$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptTermsAndConditions | java.lang.Boolean | cdk.support/lookup-entry | :accept-terms-and-conditions |
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
The build-cfn-publisher-builder function updates a CfnPublisher$Builder instance using the provided configuration. The function takes the CfnPublisher$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptTermsAndConditions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:accept-terms-and-conditions` | | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` |
(build-cfn-publisher-props-builder builder id config)
The build-cfn-publisher-props-builder function updates a CfnPublisherProps$Builder instance using the provided configuration. The function takes the CfnPublisherProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
acceptTermsAndConditions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :accept-terms-and-conditions |
connectionArn | java.lang.String | cdk.support/lookup-entry | :connection-arn |
The build-cfn-publisher-props-builder function updates a CfnPublisherProps$Builder instance using the provided configuration. The function takes the CfnPublisherProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `acceptTermsAndConditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:accept-terms-and-conditions` | | `connectionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-arn` |
(build-cfn-resource-default-version-builder builder id config)
The build-cfn-resource-default-version-builder function updates a CfnResourceDefaultVersion$Builder instance using the provided configuration. The function takes the CfnResourceDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeVersionArn | java.lang.String | cdk.support/lookup-entry | :type-version-arn |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-resource-default-version-builder function updates a CfnResourceDefaultVersion$Builder instance using the provided configuration. The function takes the CfnResourceDefaultVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-resource-default-version-props-builder builder id config)
The build-cfn-resource-default-version-props-builder function updates a CfnResourceDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnResourceDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeVersionArn | java.lang.String | cdk.support/lookup-entry | :type-version-arn |
versionId | java.lang.String | cdk.support/lookup-entry | :version-id |
The build-cfn-resource-default-version-props-builder function updates a CfnResourceDefaultVersionProps$Builder instance using the provided configuration. The function takes the CfnResourceDefaultVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeVersionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-version-arn` | | `versionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-id` |
(build-cfn-resource-version-builder builder id config)
The build-cfn-resource-version-builder function updates a CfnResourceVersion$Builder instance using the provided configuration. The function takes the CfnResourceVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :logging-config |
schemaHandlerPackage | java.lang.String | cdk.support/lookup-entry | :schema-handler-package |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-resource-version-builder function updates a CfnResourceVersion$Builder instance using the provided configuration. The function takes the CfnResourceVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging-config` | | `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-resource-version-logging-config-property-builder builder id config)
The build-cfn-resource-version-logging-config-property-builder function updates a CfnResourceVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnResourceVersion$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
logRoleArn | java.lang.String | cdk.support/lookup-entry | :log-role-arn |
The build-cfn-resource-version-logging-config-property-builder function updates a CfnResourceVersion$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnResourceVersion$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
(build-cfn-resource-version-props-builder builder id config)
The build-cfn-resource-version-props-builder function updates a CfnResourceVersionProps$Builder instance using the provided configuration. The function takes the CfnResourceVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.services.cloudformation.CfnResourceVersion$LoggingConfigProperty | cdk.support/lookup-entry | :logging-config |
schemaHandlerPackage | java.lang.String | cdk.support/lookup-entry | :schema-handler-package |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
The build-cfn-resource-version-props-builder function updates a CfnResourceVersionProps$Builder instance using the provided configuration. The function takes the CfnResourceVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.services.cloudformation.CfnResourceVersion$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` | | `schemaHandlerPackage` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-handler-package` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` |
(build-cfn-stack-builder builder id config)
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration. The function takes the CfnStack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
notificationArns | java.util.List | cdk.support/lookup-entry | :notification-arns |
parameters | java.util.Map | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
templateUrl | java.lang.String | cdk.support/lookup-entry | :template-url |
timeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-in-minutes |
The build-cfn-stack-builder function updates a CfnStack$Builder instance using the provided configuration. The function takes the CfnStack$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` | | `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` | | `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
(build-cfn-stack-output-property-builder builder id config)
The build-cfn-stack-output-property-builder function updates a CfnStack$OutputProperty$Builder instance using the provided configuration. The function takes the CfnStack$OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
exportName | java.lang.String | cdk.support/lookup-entry | :export-name |
outputKey | java.lang.String | cdk.support/lookup-entry | :output-key |
outputValue | java.lang.String | cdk.support/lookup-entry | :output-value |
The build-cfn-stack-output-property-builder function updates a CfnStack$OutputProperty$Builder instance using the provided configuration. The function takes the CfnStack$OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `exportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:export-name` | | `outputKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-key` | | `outputValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-value` |
(build-cfn-stack-props-builder builder id config)
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration. The function takes the CfnStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
notificationArns | java.util.List | cdk.support/lookup-entry | :notification-arns |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
tags | java.util.List | cdk.support/lookup-entry | :tags |
templateUrl | java.lang.String | cdk.support/lookup-entry | :template-url |
timeoutInMinutes | java.lang.Number | cdk.support/lookup-entry | :timeout-in-minutes |
The build-cfn-stack-props-builder function updates a CfnStackProps$Builder instance using the provided configuration. The function takes the CfnStackProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `notificationArns` | java.util.List | [[cdk.support/lookup-entry]] | `:notification-arns` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` | | `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
(build-cfn-stack-set-auto-deployment-property-builder builder id config)
The build-cfn-stack-set-auto-deployment-property-builder function updates a CfnStackSet$AutoDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$AutoDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
retainStacksOnAccountRemoval | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :retain-stacks-on-account-removal |
The build-cfn-stack-set-auto-deployment-property-builder function updates a CfnStackSet$AutoDeploymentProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$AutoDeploymentProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `retainStacksOnAccountRemoval` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retain-stacks-on-account-removal` |
(build-cfn-stack-set-builder builder id config)
The build-cfn-stack-set-builder function updates a CfnStackSet$Builder instance using the provided configuration. The function takes the CfnStackSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
administrationRoleArn | java.lang.String | cdk.support/lookup-entry | :administration-role-arn |
autoDeployment | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-deployment |
callAs | java.lang.String | cdk.support/lookup-entry | :call-as |
capabilities | java.util.List | cdk.support/lookup-entry | :capabilities |
description | java.lang.String | cdk.support/lookup-entry | :description |
executionRoleName | java.lang.String | cdk.support/lookup-entry | :execution-role-name |
managedExecution | java.lang.Object | cdk.support/lookup-entry | :managed-execution |
operationPreferences | software.amazon.awscdk.services.cloudformation.CfnStackSet$OperationPreferencesProperty | cdk.support/lookup-entry | :operation-preferences |
parameters | java.util.List | cdk.support/lookup-entry | :parameters |
permissionModel | java.lang.String | cdk.support/lookup-entry | :permission-model |
stackInstancesGroup | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :stack-instances-group |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateUrl | java.lang.String | cdk.support/lookup-entry | :template-url |
The build-cfn-stack-set-builder function updates a CfnStackSet$Builder instance using the provided configuration. The function takes the CfnStackSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `administrationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:administration-role-arn` | | `autoDeployment` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deployment` | | `callAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:call-as` | | `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-name` | | `managedExecution` | java.lang.Object | [[cdk.support/lookup-entry]] | `:managed-execution` | | `operationPreferences` | software.amazon.awscdk.services.cloudformation.CfnStackSet$OperationPreferencesProperty | [[cdk.support/lookup-entry]] | `:operation-preferences` | | `parameters` | java.util.List | [[cdk.support/lookup-entry]] | `:parameters` | | `permissionModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission-model` | | `stackInstancesGroup` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stack-instances-group` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
(build-cfn-stack-set-deployment-targets-property-builder builder id config)
The build-cfn-stack-set-deployment-targets-property-builder function updates a CfnStackSet$DeploymentTargetsProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$DeploymentTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accountFilterType | java.lang.String | cdk.support/lookup-entry | :account-filter-type |
accounts | java.util.List | cdk.support/lookup-entry | :accounts |
accountsUrl | java.lang.String | cdk.support/lookup-entry | :accounts-url |
organizationalUnitIds | java.util.List | cdk.support/lookup-entry | :organizational-unit-ids |
The build-cfn-stack-set-deployment-targets-property-builder function updates a CfnStackSet$DeploymentTargetsProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$DeploymentTargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accountFilterType` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-filter-type` | | `accounts` | java.util.List | [[cdk.support/lookup-entry]] | `:accounts` | | `accountsUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:accounts-url` | | `organizationalUnitIds` | java.util.List | [[cdk.support/lookup-entry]] | `:organizational-unit-ids` |
(build-cfn-stack-set-managed-execution-property-builder builder id config)
The build-cfn-stack-set-managed-execution-property-builder function updates a CfnStackSet$ManagedExecutionProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$ManagedExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
active | java.lang.Boolean | cdk.support/lookup-entry | :active |
The build-cfn-stack-set-managed-execution-property-builder function updates a CfnStackSet$ManagedExecutionProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$ManagedExecutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `active` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:active` |
(build-cfn-stack-set-operation-preferences-property-builder builder id config)
The build-cfn-stack-set-operation-preferences-property-builder function updates a CfnStackSet$OperationPreferencesProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$OperationPreferencesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
failureToleranceCount | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-count |
failureTolerancePercentage | java.lang.Number | cdk.support/lookup-entry | :failure-tolerance-percentage |
maxConcurrentCount | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-count |
maxConcurrentPercentage | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-percentage |
regionConcurrencyType | java.lang.String | cdk.support/lookup-entry | :region-concurrency-type |
regionOrder | java.util.List | cdk.support/lookup-entry | :region-order |
The build-cfn-stack-set-operation-preferences-property-builder function updates a CfnStackSet$OperationPreferencesProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$OperationPreferencesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `failureToleranceCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-count` | | `failureTolerancePercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:failure-tolerance-percentage` | | `maxConcurrentCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-count` | | `maxConcurrentPercentage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-percentage` | | `regionConcurrencyType` | java.lang.String | [[cdk.support/lookup-entry]] | `:region-concurrency-type` | | `regionOrder` | java.util.List | [[cdk.support/lookup-entry]] | `:region-order` |
(build-cfn-stack-set-parameter-property-builder builder id config)
The build-cfn-stack-set-parameter-property-builder function updates a CfnStackSet$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$ParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterKey | java.lang.String | cdk.support/lookup-entry | :parameter-key |
parameterValue | java.lang.String | cdk.support/lookup-entry | :parameter-value |
The build-cfn-stack-set-parameter-property-builder function updates a CfnStackSet$ParameterProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$ParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameterKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-key` | | `parameterValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:parameter-value` |
(build-cfn-stack-set-props-builder builder id config)
The build-cfn-stack-set-props-builder function updates a CfnStackSetProps$Builder instance using the provided configuration. The function takes the CfnStackSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
administrationRoleArn | java.lang.String | cdk.support/lookup-entry | :administration-role-arn |
autoDeployment | software.amazon.awscdk.services.cloudformation.CfnStackSet$AutoDeploymentProperty | cdk.support/lookup-entry | :auto-deployment |
callAs | java.lang.String | cdk.support/lookup-entry | :call-as |
capabilities | java.util.List | cdk.support/lookup-entry | :capabilities |
description | java.lang.String | cdk.support/lookup-entry | :description |
executionRoleName | java.lang.String | cdk.support/lookup-entry | :execution-role-name |
managedExecution | java.lang.Object | cdk.support/lookup-entry | :managed-execution |
operationPreferences | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :operation-preferences |
parameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :parameters |
permissionModel | java.lang.String | cdk.support/lookup-entry | :permission-model |
stackInstancesGroup | java.util.List | cdk.support/lookup-entry | :stack-instances-group |
stackSetName | java.lang.String | cdk.support/lookup-entry | :stack-set-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
templateBody | java.lang.String | cdk.support/lookup-entry | :template-body |
templateUrl | java.lang.String | cdk.support/lookup-entry | :template-url |
The build-cfn-stack-set-props-builder function updates a CfnStackSetProps$Builder instance using the provided configuration. The function takes the CfnStackSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `administrationRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:administration-role-arn` | | `autoDeployment` | software.amazon.awscdk.services.cloudformation.CfnStackSet$AutoDeploymentProperty | [[cdk.support/lookup-entry]] | `:auto-deployment` | | `callAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:call-as` | | `capabilities` | java.util.List | [[cdk.support/lookup-entry]] | `:capabilities` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionRoleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-name` | | `managedExecution` | java.lang.Object | [[cdk.support/lookup-entry]] | `:managed-execution` | | `operationPreferences` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:operation-preferences` | | `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` | | `permissionModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:permission-model` | | `stackInstancesGroup` | java.util.List | [[cdk.support/lookup-entry]] | `:stack-instances-group` | | `stackSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stack-set-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `templateBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-body` | | `templateUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-url` |
(build-cfn-stack-set-stack-instances-property-builder builder id config)
The build-cfn-stack-set-stack-instances-property-builder function updates a CfnStackSet$StackInstancesProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$StackInstancesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deploymentTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :deployment-targets |
parameterOverrides | java.util.List | cdk.support/lookup-entry | :parameter-overrides |
regions | java.util.List | cdk.support/lookup-entry | :regions |
The build-cfn-stack-set-stack-instances-property-builder function updates a CfnStackSet$StackInstancesProperty$Builder instance using the provided configuration. The function takes the CfnStackSet$StackInstancesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deploymentTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-targets` | | `parameterOverrides` | java.util.List | [[cdk.support/lookup-entry]] | `:parameter-overrides` | | `regions` | java.util.List | [[cdk.support/lookup-entry]] | `:regions` |
(build-cfn-type-activation-builder builder id config)
The build-cfn-type-activation-builder function updates a CfnTypeActivation$Builder instance using the provided configuration. The function takes the CfnTypeActivation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoUpdate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-update |
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.services.cloudformation.CfnTypeActivation$LoggingConfigProperty | cdk.support/lookup-entry | :logging-config |
majorVersion | java.lang.String | cdk.support/lookup-entry | :major-version |
publicTypeArn | java.lang.String | cdk.support/lookup-entry | :public-type-arn |
publisherId | java.lang.String | cdk.support/lookup-entry | :publisher-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeNameAlias | java.lang.String | cdk.support/lookup-entry | :type-name-alias |
versionBump | java.lang.String | cdk.support/lookup-entry | :version-bump |
The build-cfn-type-activation-builder function updates a CfnTypeActivation$Builder instance using the provided configuration. The function takes the CfnTypeActivation$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-update` | | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.services.cloudformation.CfnTypeActivation$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` | | `majorVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-version` | | `publicTypeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-type-arn` | | `publisherId` | java.lang.String | [[cdk.support/lookup-entry]] | `:publisher-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeNameAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name-alias` | | `versionBump` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-bump` |
(build-cfn-type-activation-logging-config-property-builder builder id config)
The build-cfn-type-activation-logging-config-property-builder function updates a CfnTypeActivation$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnTypeActivation$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
logRoleArn | java.lang.String | cdk.support/lookup-entry | :log-role-arn |
The build-cfn-type-activation-logging-config-property-builder function updates a CfnTypeActivation$LoggingConfigProperty$Builder instance using the provided configuration. The function takes the CfnTypeActivation$LoggingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `logRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-role-arn` |
(build-cfn-type-activation-props-builder builder id config)
The build-cfn-type-activation-props-builder function updates a CfnTypeActivationProps$Builder instance using the provided configuration. The function takes the CfnTypeActivationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoUpdate | java.lang.Boolean | cdk.support/lookup-entry | :auto-update |
executionRoleArn | java.lang.String | cdk.support/lookup-entry | :execution-role-arn |
loggingConfig | software.amazon.awscdk.services.cloudformation.CfnTypeActivation$LoggingConfigProperty | cdk.support/lookup-entry | :logging-config |
majorVersion | java.lang.String | cdk.support/lookup-entry | :major-version |
publicTypeArn | java.lang.String | cdk.support/lookup-entry | :public-type-arn |
publisherId | java.lang.String | cdk.support/lookup-entry | :publisher-id |
type | java.lang.String | cdk.support/lookup-entry | :type |
typeName | java.lang.String | cdk.support/lookup-entry | :type-name |
typeNameAlias | java.lang.String | cdk.support/lookup-entry | :type-name-alias |
versionBump | java.lang.String | cdk.support/lookup-entry | :version-bump |
The build-cfn-type-activation-props-builder function updates a CfnTypeActivationProps$Builder instance using the provided configuration. The function takes the CfnTypeActivationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoUpdate` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-update` | | `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` | | `loggingConfig` | software.amazon.awscdk.services.cloudformation.CfnTypeActivation$LoggingConfigProperty | [[cdk.support/lookup-entry]] | `:logging-config` | | `majorVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:major-version` | | `publicTypeArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-type-arn` | | `publisherId` | java.lang.String | [[cdk.support/lookup-entry]] | `:publisher-id` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `typeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name` | | `typeNameAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:type-name-alias` | | `versionBump` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-bump` |
(build-cfn-wait-condition-builder builder id config)
The build-cfn-wait-condition-builder function updates a CfnWaitCondition$Builder instance using the provided configuration. The function takes the CfnWaitCondition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
count | java.lang.Number | cdk.support/lookup-entry | :count |
handle | java.lang.String | cdk.support/lookup-entry | :handle |
timeout | java.lang.String | cdk.support/lookup-entry | :timeout |
The build-cfn-wait-condition-builder function updates a CfnWaitCondition$Builder instance using the provided configuration. The function takes the CfnWaitCondition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` | | `handle` | java.lang.String | [[cdk.support/lookup-entry]] | `:handle` | | `timeout` | java.lang.String | [[cdk.support/lookup-entry]] | `:timeout` |
(build-cfn-wait-condition-props-builder builder id config)
The build-cfn-wait-condition-props-builder function updates a CfnWaitConditionProps$Builder instance using the provided configuration. The function takes the CfnWaitConditionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
count | java.lang.Number | cdk.support/lookup-entry | :count |
handle | java.lang.String | cdk.support/lookup-entry | :handle |
timeout | java.lang.String | cdk.support/lookup-entry | :timeout |
The build-cfn-wait-condition-props-builder function updates a CfnWaitConditionProps$Builder instance using the provided configuration. The function takes the CfnWaitConditionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `count` | java.lang.Number | [[cdk.support/lookup-entry]] | `:count` | | `handle` | java.lang.String | [[cdk.support/lookup-entry]] | `:handle` | | `timeout` | java.lang.String | [[cdk.support/lookup-entry]] | `:timeout` |
(cfn-custom-resource-builder scope id config)
Creates a CfnCustomResource$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 `CfnCustomResource$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-custom-resource-props-builder id config)
Creates a CfnCustomResourceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnCustomResourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-hook-default-version-builder scope id config)
Creates a CfnHookDefaultVersion$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 `CfnHookDefaultVersion$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-hook-default-version-props-builder id config)
Creates a CfnHookDefaultVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnHookDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-hook-type-config-builder scope id config)
Creates a CfnHookTypeConfig$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 `CfnHookTypeConfig$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-hook-type-config-props-builder id config)
Creates a CfnHookTypeConfigProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnHookTypeConfigProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-hook-version-builder scope id config)
Creates a CfnHookVersion$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 `CfnHookVersion$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-hook-version-logging-config-property-builder id config)
Creates a CfnHookVersion$LoggingConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnHookVersion$LoggingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-hook-version-props-builder id config)
Creates a CfnHookVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnHookVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-macro-builder scope id config)
Creates a CfnMacro$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 `CfnMacro$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-macro-props-builder id config)
Creates a CfnMacroProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnMacroProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-module-default-version-builder scope id config)
Creates a CfnModuleDefaultVersion$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 `CfnModuleDefaultVersion$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-module-default-version-props-builder id config)
Creates a CfnModuleDefaultVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnModuleDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-module-version-builder scope id config)
Creates a CfnModuleVersion$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 `CfnModuleVersion$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-module-version-props-builder id config)
Creates a CfnModuleVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnModuleVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-public-type-version-builder scope id config)
Creates a CfnPublicTypeVersion$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 `CfnPublicTypeVersion$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-public-type-version-props-builder id config)
Creates a CfnPublicTypeVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnPublicTypeVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-publisher-builder scope id config)
Creates a CfnPublisher$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 `CfnPublisher$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-publisher-props-builder id config)
Creates a CfnPublisherProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnPublisherProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-resource-default-version-builder scope id config)
Creates a CfnResourceDefaultVersion$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 `CfnResourceDefaultVersion$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-resource-default-version-props-builder id config)
Creates a CfnResourceDefaultVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnResourceDefaultVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-resource-version-builder scope id config)
Creates a CfnResourceVersion$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 `CfnResourceVersion$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-resource-version-logging-config-property-builder id config)
Creates a CfnResourceVersion$LoggingConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnResourceVersion$LoggingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-resource-version-props-builder id config)
Creates a CfnResourceVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnResourceVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-builder scope id config)
Creates a CfnStack$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 `CfnStack$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-stack-output-property-builder id config)
Creates a CfnStack$OutputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStack$OutputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-props-builder id config)
Creates a CfnStackProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-auto-deployment-property-builder id config)
Creates a CfnStackSet$AutoDeploymentProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$AutoDeploymentProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-builder scope id config)
Creates a CfnStackSet$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 `CfnStackSet$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-stack-set-deployment-targets-property-builder id config)
Creates a CfnStackSet$DeploymentTargetsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$DeploymentTargetsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-managed-execution-property-builder id config)
Creates a CfnStackSet$ManagedExecutionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$ManagedExecutionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-operation-preferences-property-builder id config)
Creates a CfnStackSet$OperationPreferencesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$OperationPreferencesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-parameter-property-builder id config)
Creates a CfnStackSet$ParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$ParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-props-builder id config)
Creates a CfnStackSetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-stack-set-stack-instances-property-builder id config)
Creates a CfnStackSet$StackInstancesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnStackSet$StackInstancesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-type-activation-builder scope id config)
Creates a CfnTypeActivation$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 `CfnTypeActivation$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-type-activation-logging-config-property-builder id config)
Creates a CfnTypeActivation$LoggingConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTypeActivation$LoggingConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-type-activation-props-builder id config)
Creates a CfnTypeActivationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnTypeActivationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-wait-condition-builder scope id config)
Creates a CfnWaitCondition$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 `CfnWaitCondition$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-wait-condition-handle-builder scope id)
Creates a CfnWaitConditionHandle$Builder
instance using a parent scope and ID, 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. |
Creates a `CfnWaitConditionHandle$Builder` instance using a parent scope and ID, 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. |
(cfn-wait-condition-handle-props-builder)
Creates a CfnWaitConditionHandleProps$Builder
instance using a no-argument construct,then builds it.
Creates a `CfnWaitConditionHandleProps$Builder` instance using a no-argument construct,then builds it.
(cfn-wait-condition-props-builder id config)
Creates a CfnWaitConditionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnWaitConditionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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