@Stability(value=Experimental) public static final class DefaultStackSynthesizerProps.Builder extends Object implements software.amazon.jsii.Builder<DefaultStackSynthesizerProps>
DefaultStackSynthesizerProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder bootstrapStackVersionSsmParameter(String bootstrapStackVersionSsmParameter)
DefaultStackSynthesizerProps.getBootstrapStackVersionSsmParameter()bootstrapStackVersionSsmParameter - Bootstrap stack version SSM parameter.
The placeholder ${Qualifier} will be replaced with the value of qualifier.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder bucketPrefix(String bucketPrefix)
DefaultStackSynthesizerProps.getBucketPrefix()bucketPrefix - bucketPrefix to use while storing S3 Assets.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder cloudFormationExecutionRole(String cloudFormationExecutionRole)
DefaultStackSynthesizerProps.getCloudFormationExecutionRole()cloudFormationExecutionRole - The role CloudFormation will assume when deploying the Stack.
You must supply this if you have given a non-standard name to the execution role.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder deployRoleArn(String deployRoleArn)
DefaultStackSynthesizerProps.getDeployRoleArn()deployRoleArn - The role to assume to initiate a deployment in this environment.
You must supply this if you have given a non-standard name to the publishing role.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder fileAssetPublishingExternalId(String fileAssetPublishingExternalId)
DefaultStackSynthesizerProps.getFileAssetPublishingExternalId()fileAssetPublishingExternalId - External ID to use when assuming role for file asset publishing.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder fileAssetPublishingRoleArn(String fileAssetPublishingRoleArn)
DefaultStackSynthesizerProps.getFileAssetPublishingRoleArn()fileAssetPublishingRoleArn - The role to use to publish file assets to the S3 bucket in this environment.
You must supply this if you have given a non-standard name to the publishing role.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder fileAssetsBucketName(String fileAssetsBucketName)
DefaultStackSynthesizerProps.getFileAssetsBucketName()fileAssetsBucketName - Name of the S3 bucket to hold file assets.
You must supply this if you have given a non-standard name to the staging bucket.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder generateBootstrapVersionRule(Boolean generateBootstrapVersionRule)
DefaultStackSynthesizerProps.getGenerateBootstrapVersionRule()generateBootstrapVersionRule - Whether to add a Rule to the stack template verifying the bootstrap stack version.
This generally should be left set to true, unless you explicitly
want to be able to deploy to an unbootstrapped environment.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder imageAssetPublishingExternalId(String imageAssetPublishingExternalId)
DefaultStackSynthesizerProps.getImageAssetPublishingExternalId()imageAssetPublishingExternalId - External ID to use when assuming role for image asset publishing.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder imageAssetPublishingRoleArn(String imageAssetPublishingRoleArn)
DefaultStackSynthesizerProps.getImageAssetPublishingRoleArn()imageAssetPublishingRoleArn - The role to use to publish image assets to the ECR repository in this environment.
You must supply this if you have given a non-standard name to the publishing role.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder imageAssetsRepositoryName(String imageAssetsRepositoryName)
DefaultStackSynthesizerProps.getImageAssetsRepositoryName()imageAssetsRepositoryName - Name of the ECR repository to hold Docker Image assets.
You must supply this if you have given a non-standard name to the ECR repository.
The placeholders ${Qualifier}, ${AWS::AccountId} and ${AWS::Region} will
be replaced with the values of qualifier and the stack's account and region,
respectively.
this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder lookupRoleArn(String lookupRoleArn)
DefaultStackSynthesizerProps.getLookupRoleArn()lookupRoleArn - The role to use to look up values from the target AWS account during synthesis.this@Stability(value=Experimental) public DefaultStackSynthesizerProps.Builder qualifier(String qualifier)
DefaultStackSynthesizerProps.getQualifier()qualifier - Qualifier to disambiguate multiple environments in the same account.
You can use this and leave the other naming properties empty if you have deployed
the bootstrap environment with standard names but only differnet qualifiers.this@Stability(value=Experimental) public DefaultStackSynthesizerProps build()
build in interface software.amazon.jsii.Builder<DefaultStackSynthesizerProps>DefaultStackSynthesizerPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.