ArtifactType
- class aws_cdk.cloud_assembly_schema.ArtifactType(*values)
Bases:
EnumType of cloud artifact.
Attributes
- ASSET_MANIFEST
Manifest for all assets in the Cloud Assembly.
- AWS_CLOUDFORMATION_STACK
The artifact is an AWS CloudFormation stack.
- CDK_TREE
The artifact contains the CDK application’s construct tree.
- FEATURE_FLAG_REPORT
Feature flag report.
- NESTED_CLOUD_ASSEMBLY
Nested Cloud Assembly.
- NONE
Stub required because of JSII.