Uses of Class
software.amazon.awscdk.services.cloudformation.CfnTypeActivation.Builder
Package
Description
AWS CloudFormation Construct Library
-
Uses of CfnTypeActivation.Builder in software.amazon.awscdk.services.cloudformation
Modifier and TypeMethodDescriptionCfnTypeActivation.Builder.autoUpdate
(Boolean autoUpdate) Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.CfnTypeActivation.Builder.autoUpdate
(IResolvable autoUpdate) Whether to automatically update the extension in this account and Region when a new minor version is published by the extension publisher.static CfnTypeActivation.Builder
CfnTypeActivation.Builder.executionRoleArn
(String executionRoleArn) The name of the IAM execution role to use to activate the extension.CfnTypeActivation.Builder.loggingConfig
(IResolvable loggingConfig) Specifies logging configuration information for an extension.CfnTypeActivation.Builder.loggingConfig
(CfnTypeActivation.LoggingConfigProperty loggingConfig) Specifies logging configuration information for an extension.CfnTypeActivation.Builder.majorVersion
(String majorVersion) The major version of this extension you want to activate, if multiple major versions are available.CfnTypeActivation.Builder.publicTypeArn
(String publicTypeArn) The Amazon Resource Number (ARN) of the public extension.CfnTypeActivation.Builder.publisherId
(String publisherId) The ID of the extension publisher.The extension type.The name of the extension.CfnTypeActivation.Builder.typeNameAlias
(String typeNameAlias) An alias to assign to the public extension, in this account and Region.CfnTypeActivation.Builder.versionBump
(String versionBump) Manually updates a previously-activated type to a new major or minor version, if available.