DefaultStackSynthesizerProps
Configuration properties for DefaultStackSynthesizer.
Initializer
import ros_cdk_core
ros_cdk_core.DefaultStackSynthesizerProps(
bucket_prefix: str = None,
file_assets_bucket_name: str = None,
qualifier: str = None
)
Properties
Name | Type | Description |
---|---|---|
bucket_prefix |
str |
bucketPrefix to use while storing OSS Assets. |
file_assets_bucket_name |
str |
Name of the OSS bucket to hold file assets. |
qualifier |
str |
Qualifier to disambiguate multiple environments in the same account. |
bucket_prefix
Optional
bucket_prefix: str
- Type: str
- Default: DefaultStackSynthesizer.DEFAULT_FILE_ASSET_PREFIX
bucketPrefix to use while storing OSS Assets.
file_assets_bucket_name
Optional
file_assets_bucket_name: str
- Type: str
- Default: DefaultStackSynthesizer.DEFAULT_FILE_ASSETS_BUCKET_NAME
Name of the OSS bucket to hold file assets.
You must supply this if you have given a non-standard name to the staging bucket.
The placeholders ${Qualifier}
, ${ALIYUN::AccountId}
and ${ALIYUN::Region}
will
be replaced with the values of qualifier and the stack's account and region,
respectively.
qualifier
Optional
qualifier: str
- Type: str
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 differnet qualifiers.