Class CliCredentialsStackSynthesizerProps.Jsii$Proxy
- All Implemented Interfaces:
CliCredentialsStackSynthesizerProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CliCredentialsStackSynthesizerProps
CliCredentialsStackSynthesizerProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.CliCredentialsStackSynthesizerProps
CliCredentialsStackSynthesizerProps.Builder, CliCredentialsStackSynthesizerProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCliCredentialsStackSynthesizerProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
bucketPrefix to use while storing S3 Assets.final String
A prefix to use while tagging and uploading Docker images to ECR.final String
Name of the S3 bucket to hold file assets.final String
Name of the ECR repository to hold Docker Image assets.final String
Qualifier to disambiguate multiple environments in the same account.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCliCredentialsStackSynthesizerProps.Builder
.
-
-
Method Details
-
getBucketPrefix
Description copied from interface:CliCredentialsStackSynthesizerProps
bucketPrefix to use while storing S3 Assets.Default: - DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PREFIX
- Specified by:
getBucketPrefix
in interfaceCliCredentialsStackSynthesizerProps
-
getDockerTagPrefix
Description copied from interface:CliCredentialsStackSynthesizerProps
A prefix to use while tagging and uploading Docker images to ECR.This does not add any separators - the source hash will be appended to this string directly.
Default: - DefaultStackSynthesizer.DEFAULT_DOCKER_ASSET_PREFIX
- Specified by:
getDockerTagPrefix
in interfaceCliCredentialsStackSynthesizerProps
-
getFileAssetsBucketName
Description copied from interface:CliCredentialsStackSynthesizerProps
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.Default: DefaultStackSynthesizer.DEFAULT_FILE_ASSETS_BUCKET_NAME
- Specified by:
getFileAssetsBucketName
in interfaceCliCredentialsStackSynthesizerProps
-
getImageAssetsRepositoryName
Description copied from interface:CliCredentialsStackSynthesizerProps
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.Default: DefaultStackSynthesizer.DEFAULT_IMAGE_ASSETS_REPOSITORY_NAME
- Specified by:
getImageAssetsRepositoryName
in interfaceCliCredentialsStackSynthesizerProps
-
getQualifier
Description copied from interface:CliCredentialsStackSynthesizerProps
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 different qualifiers.
Default: - Value of context key '@aws-cdk/core:bootstrapQualifier' if set, otherwise `DefaultStackSynthesizer.DEFAULT_QUALIFIER`
- Specified by:
getQualifier
in interfaceCliCredentialsStackSynthesizerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-