aws-cdk-lib.cloud_assembly_schema.ArtifactType

enum ArtifactType

LanguageType name
.NETAmazon.CDK.CloudAssembly.Schema.ArtifactType
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cloudassemblyschema#ArtifactType
Javasoftware.amazon.awscdk.cloudassembly.schema.ArtifactType
Pythonaws_cdk.cloud_assembly_schema.ArtifactType
TypeScript (source)aws-cdk-lib » cloud_assembly_schema » ArtifactType

Type of cloud artifact.

Members

NameDescription
NONEStub required because of JSII.
AWS_CLOUDFORMATION_STACKThe artifact is an AWS CloudFormation stack.
CDK_TREEThe artifact contains the CDK application's construct tree.
ASSET_MANIFESTManifest for all assets in the Cloud Assembly.
NESTED_CLOUD_ASSEMBLYNested Cloud Assembly.

NONE

Stub required because of JSII.


AWS_CLOUDFORMATION_STACK

The artifact is an AWS CloudFormation stack.


CDK_TREE

The artifact contains the CDK application's construct tree.


ASSET_MANIFEST

Manifest for all assets in the Cloud Assembly.


NESTED_CLOUD_ASSEMBLY

Nested Cloud Assembly.