| Modifier and Type | Method and Description |
|---|---|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.cloudFormationExecutionRole(String cloudFormationExecutionRole)
The role CloudFormation will assume when deploying the Stack.
|
static DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.create() |
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.deployRoleArn(String deployRoleArn)
The role to assume to initiate a deployment in this environment.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.fileAssetKeyArnExportName(String fileAssetKeyArnExportName)
Deprecated.
This property is not used anymore
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.fileAssetPublishingExternalId(String fileAssetPublishingExternalId)
External ID to use when assuming role for file asset publishing.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.fileAssetPublishingRoleArn(String fileAssetPublishingRoleArn)
The role to use to publish file assets to the S3 bucket in this environment.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.fileAssetsBucketName(String fileAssetsBucketName)
Name of the S3 bucket to hold file assets.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.imageAssetPublishingExternalId(String imageAssetPublishingExternalId)
External ID to use when assuming role for image asset publishing.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.imageAssetPublishingRoleArn(String imageAssetPublishingRoleArn)
The role to use to publish image assets to the ECR repository in this environment.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.imageAssetsRepositoryName(String imageAssetsRepositoryName)
Name of the ECR repository to hold Docker Image assets.
|
DefaultStackSynthesizer.Builder |
DefaultStackSynthesizer.Builder.qualifier(String qualifier)
Qualifier to disambiguate multiple environments in the same account.
|
Copyright © 2020. All rights reserved.