@Stability(value=Stable) @Internal public static final class DefaultStackSynthesizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DefaultStackSynthesizerProps
DefaultStackSynthesizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeDefaultStackSynthesizerProps.Builder, DefaultStackSynthesizerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DefaultStackSynthesizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DefaultStackSynthesizerProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBootstrapStackVersionSsmParameter()
Bootstrap stack version SSM parameter.
|
String |
getBucketPrefix()
bucketPrefix to use while storing S3 Assets.
|
String |
getCloudFormationExecutionRole()
The role CloudFormation will assume when deploying the Stack.
|
String |
getDeployRoleArn()
The role to assume to initiate a deployment in this environment.
|
String |
getDeployRoleExternalId()
External ID to use when assuming role for cloudformation deployments.
|
String |
getDockerTagPrefix()
A prefix to use while tagging and uploading Docker images to ECR.
|
String |
getFileAssetPublishingExternalId()
External ID to use when assuming role for file asset publishing.
|
String |
getFileAssetPublishingRoleArn()
The role to use to publish file assets to the S3 bucket in this environment.
|
String |
getFileAssetsBucketName()
Name of the S3 bucket to hold file assets.
|
Boolean |
getGenerateBootstrapVersionRule()
Whether to add a Rule to the stack template verifying the bootstrap stack version.
|
String |
getImageAssetPublishingExternalId()
External ID to use when assuming role for image asset publishing.
|
String |
getImageAssetPublishingRoleArn()
The role to use to publish image assets to the ECR repository in this environment.
|
String |
getImageAssetsRepositoryName()
Name of the ECR repository to hold Docker Image assets.
|
String |
getLookupRoleArn()
The role to use to look up values from the target AWS account during synthesis.
|
String |
getLookupRoleExternalId()
External ID to use when assuming lookup role.
|
String |
getQualifier()
Qualifier to disambiguate multiple environments in the same account.
|
Boolean |
getUseLookupRoleForStackOperations()
Use the bootstrapped lookup role for (read-only) stack operations.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DefaultStackSynthesizerProps.Builder builder)
DefaultStackSynthesizerProps.Builder.public final String getBootstrapStackVersionSsmParameter()
DefaultStackSynthesizerProps
The placeholder ${Qualifier} will be replaced with the value of qualifier.
Default: DefaultStackSynthesizer.DEFAULT_BOOTSTRAP_STACK_VERSION_SSM_PARAMETER
getBootstrapStackVersionSsmParameter in interface DefaultStackSynthesizerPropspublic final String getBucketPrefix()
DefaultStackSynthesizerPropsDefault: - DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PREFIX
getBucketPrefix in interface DefaultStackSynthesizerPropspublic final String getCloudFormationExecutionRole()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_CLOUDFORMATION_ROLE_ARN
getCloudFormationExecutionRole in interface DefaultStackSynthesizerPropspublic final String getDeployRoleArn()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_DEPLOY_ROLE_ARN
getDeployRoleArn in interface DefaultStackSynthesizerPropspublic final String getDeployRoleExternalId()
DefaultStackSynthesizerPropsDefault: - No external ID
getDeployRoleExternalId in interface DefaultStackSynthesizerPropspublic final String getDockerTagPrefix()
DefaultStackSynthesizerPropsThis does not add any separators - the source hash will be appended to this string directly.
Default: - DefaultStackSynthesizer.DEFAULT_DOCKER_ASSET_PREFIX
getDockerTagPrefix in interface DefaultStackSynthesizerPropspublic final String getFileAssetPublishingExternalId()
DefaultStackSynthesizerPropsDefault: - No external ID
getFileAssetPublishingExternalId in interface DefaultStackSynthesizerPropspublic final String getFileAssetPublishingRoleArn()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PUBLISHING_ROLE_ARN
getFileAssetPublishingRoleArn in interface DefaultStackSynthesizerPropspublic final String getFileAssetsBucketName()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_FILE_ASSETS_BUCKET_NAME
getFileAssetsBucketName in interface DefaultStackSynthesizerPropspublic final Boolean getGenerateBootstrapVersionRule()
DefaultStackSynthesizerProps
This generally should be left set to true, unless you explicitly
want to be able to deploy to an unbootstrapped environment.
Default: true
getGenerateBootstrapVersionRule in interface DefaultStackSynthesizerPropspublic final String getImageAssetPublishingExternalId()
DefaultStackSynthesizerPropsDefault: - No external ID
getImageAssetPublishingExternalId in interface DefaultStackSynthesizerPropspublic final String getImageAssetPublishingRoleArn()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_IMAGE_ASSET_PUBLISHING_ROLE_ARN
getImageAssetPublishingRoleArn in interface DefaultStackSynthesizerPropspublic final String getImageAssetsRepositoryName()
DefaultStackSynthesizerPropsYou 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.
Default: DefaultStackSynthesizer.DEFAULT_IMAGE_ASSETS_REPOSITORY_NAME
getImageAssetsRepositoryName in interface DefaultStackSynthesizerPropspublic final String getLookupRoleArn()
DefaultStackSynthesizerPropsDefault: - None
getLookupRoleArn in interface DefaultStackSynthesizerPropspublic final String getLookupRoleExternalId()
DefaultStackSynthesizerPropsDefault: - No external ID
getLookupRoleExternalId in interface DefaultStackSynthesizerPropspublic final String getQualifier()
DefaultStackSynthesizerPropsYou can use this and leave the other naming properties empty if you have deployed the bootstrap environment with standard names but only differnet qualifiers.
Default: - Value of context key '
getQualifier in interface DefaultStackSynthesizerPropspublic final Boolean getUseLookupRoleForStackOperations()
DefaultStackSynthesizerProps
Use the lookup role when performing a cdk diff. If set to false, the
deploy role credentials will be used to perform a cdk diff.
Requires bootstrap stack version 8.
Default: true
getUseLookupRoleForStackOperations in interface DefaultStackSynthesizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.