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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.CliCredentialsStackSynthesizerProps
CliCredentialsStackSynthesizerProps.Builder, CliCredentialsStackSynthesizerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCliCredentialsStackSynthesizerProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringbucketPrefix to use while storing S3 Assets.final StringA prefix to use while tagging and uploading Docker images to ECR.final StringName of the S3 bucket to hold file assets.final StringName of the ECR repository to hold Docker Image assets.final StringQualifier to disambiguate multiple environments in the same account.final inthashCode()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:CliCredentialsStackSynthesizerPropsbucketPrefix to use while storing S3 Assets.Default: - DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PREFIX
- Specified by:
getBucketPrefixin interfaceCliCredentialsStackSynthesizerProps
-
getDockerTagPrefix
Description copied from interface:CliCredentialsStackSynthesizerPropsA 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:
getDockerTagPrefixin interfaceCliCredentialsStackSynthesizerProps
-
getFileAssetsBucketName
Description copied from interface:CliCredentialsStackSynthesizerPropsName 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:
getFileAssetsBucketNamein interfaceCliCredentialsStackSynthesizerProps
-
getImageAssetsRepositoryName
Description copied from interface:CliCredentialsStackSynthesizerPropsName 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:
getImageAssetsRepositoryNamein interfaceCliCredentialsStackSynthesizerProps
-
getQualifier
Description copied from interface:CliCredentialsStackSynthesizerPropsQualifier 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:
getQualifierin interfaceCliCredentialsStackSynthesizerProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-