interface AssetManifestOptions
Language | Type name |
---|---|
![]() | Amazon.CDK.CloudAssembly.Schema.AssetManifestOptions |
![]() | software.amazon.awscdk.cloudassembly.schema.AssetManifestOptions |
![]() | aws_cdk.cloud_assembly_schema.AssetManifestOptions |
![]() | @aws-cdk/cloud-assembly-schema » AssetManifestOptions |
Configuration options for the Asset Manifest.
Properties
Name | Type | Description |
---|---|---|
bootstrap | string | SSM parameter where the bootstrap stack version number can be found. |
requires | number | Version of bootstrap stack required to deploy this stack. |
bootstrapStackVersionSsmParameter?
Type:
string
(optional, default: Bootstrap stack version number looked up)
SSM parameter where the bootstrap stack version number can be found.
- If this value is not set, the bootstrap stack name must be known at deployment time so the stack version can be looked up from the stack outputs.
- If this value is set, the bootstrap stack can have any name because we won't need to look it up.
requiresBootstrapStackVersion?
Type:
number
(optional, default: Version 1 (basic modern bootstrap stack))
Version of bootstrap stack required to deploy this stack.