Uses of Class
software.amazon.awscdk.DefaultStackSynthesizer.Builder
Packages that use DefaultStackSynthesizer.Builder
-
Uses of DefaultStackSynthesizer.Builder in software.amazon.awscdk
Methods in software.amazon.awscdk that return DefaultStackSynthesizer.BuilderModifier and TypeMethodDescriptionDefaultStackSynthesizer.Builder.bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter) Bootstrap stack version SSM parameter.DefaultStackSynthesizer.Builder.bucketPrefix(String bucketPrefix) bucketPrefix to use while storing S3 Assets.DefaultStackSynthesizer.Builder.cloudFormationExecutionRole(String cloudFormationExecutionRole) The role CloudFormation will assume when deploying the Stack.DefaultStackSynthesizer.Builder.create()DefaultStackSynthesizer.Builder.deployRoleAdditionalOptions(Map<String, ? extends Object> deployRoleAdditionalOptions) Additional options to pass to STS when assuming the deploy role.DefaultStackSynthesizer.Builder.deployRoleArn(String deployRoleArn) The role to assume to initiate a deployment in this environment.DefaultStackSynthesizer.Builder.deployRoleExternalId(String deployRoleExternalId) External ID to use when assuming role for cloudformation deployments.DefaultStackSynthesizer.Builder.dockerTagPrefix(String dockerTagPrefix) A prefix to use while tagging and uploading Docker images to ECR.DefaultStackSynthesizer.Builder.fileAssetPublishingExternalId(String fileAssetPublishingExternalId) External ID to use when assuming role for file asset publishing.DefaultStackSynthesizer.Builder.fileAssetPublishingRoleAdditionalOptions(Map<String, ? extends Object> fileAssetPublishingRoleAdditionalOptions) Additional options to pass to STS when assuming the file asset publishing.DefaultStackSynthesizer.Builder.fileAssetPublishingRoleArn(String fileAssetPublishingRoleArn) The role to use to publish file assets to the S3 bucket in this environment.DefaultStackSynthesizer.Builder.fileAssetsBucketName(String fileAssetsBucketName) Name of the S3 bucket to hold file assets.DefaultStackSynthesizer.Builder.generateBootstrapVersionRule(Boolean generateBootstrapVersionRule) Whether to add a Rule to the stack template verifying the bootstrap stack version.DefaultStackSynthesizer.Builder.imageAssetPublishingExternalId(String imageAssetPublishingExternalId) External ID to use when assuming role for image asset publishing.DefaultStackSynthesizer.Builder.imageAssetPublishingRoleAdditionalOptions(Map<String, ? extends Object> imageAssetPublishingRoleAdditionalOptions) Additional options to pass to STS when assuming the image asset publishing.DefaultStackSynthesizer.Builder.imageAssetPublishingRoleArn(String imageAssetPublishingRoleArn) The role to use to publish image assets to the ECR repository in this environment.DefaultStackSynthesizer.Builder.imageAssetsRepositoryName(String imageAssetsRepositoryName) Name of the ECR repository to hold Docker Image assets.DefaultStackSynthesizer.Builder.lookupRoleAdditionalOptions(Map<String, ? extends Object> lookupRoleAdditionalOptions) Additional options to pass to STS when assuming the lookup role.DefaultStackSynthesizer.Builder.lookupRoleArn(String lookupRoleArn) The role to use to look up values from the target AWS account during synthesis.DefaultStackSynthesizer.Builder.lookupRoleExternalId(String lookupRoleExternalId) External ID to use when assuming lookup role.Qualifier to disambiguate multiple environments in the same account.DefaultStackSynthesizer.Builder.useLookupRoleForStackOperations(Boolean useLookupRoleForStackOperations) Use the bootstrapped lookup role for (read-only) stack operations.