@Stability(value=Stable) @Internal public static final class CliCredentialsStackSynthesizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CliCredentialsStackSynthesizerProps
CliCredentialsStackSynthesizerPropssoftware.amazon.jsii.JsiiObject.InitializationModeCliCredentialsStackSynthesizerProps.Builder, CliCredentialsStackSynthesizerProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CliCredentialsStackSynthesizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CliCredentialsStackSynthesizerProps.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 |
getBucketPrefix()
bucketPrefix to use while storing S3 Assets.
|
String |
getDockerTagPrefix()
A prefix to use while tagging and uploading Docker images to ECR.
|
String |
getFileAssetsBucketName()
Name of the S3 bucket to hold file assets.
|
String |
getImageAssetsRepositoryName()
Name of the ECR repository to hold Docker Image assets.
|
String |
getQualifier()
Qualifier to disambiguate multiple environments in the same account.
|
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(CliCredentialsStackSynthesizerProps.Builder builder)
CliCredentialsStackSynthesizerProps.Builder.public final String getBucketPrefix()
CliCredentialsStackSynthesizerPropsDefault: - DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PREFIX
getBucketPrefix in interface CliCredentialsStackSynthesizerPropspublic final String getDockerTagPrefix()
CliCredentialsStackSynthesizerPropsThis does not add any separators - the source hash will be appended to this string directly.
Default: - DefaultStackSynthesizer.DEFAULT_DOCKER_ASSET_PREFIX
getDockerTagPrefix in interface CliCredentialsStackSynthesizerPropspublic final String getFileAssetsBucketName()
CliCredentialsStackSynthesizerPropsYou 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 CliCredentialsStackSynthesizerPropspublic final String getImageAssetsRepositoryName()
CliCredentialsStackSynthesizerPropsYou 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 CliCredentialsStackSynthesizerPropspublic final String getQualifier()
CliCredentialsStackSynthesizerPropsYou 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 CliCredentialsStackSynthesizerProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.