ArtifactType

class aws_cdk.cloud_assembly_schema.ArtifactType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Type 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.

NESTED_CLOUD_ASSEMBLY

Nested Cloud Assembly.

NONE

Stub required because of JSII.