ArtifactMetadataEntryType

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

Bases: Enum

Type of artifact metadata entry.

Attributes

ASSET

Asset in metadata.

ERROR

Metadata key used to print ERROR-level messages by the toolkit when an app is syntheized.

INFO

Metadata key used to print INFO-level messages by the toolkit when an app is syntheized.

LOGICAL_ID

Represents the CloudFormation logical ID of a resource at a certain path.

STACK_TAGS

Represents tags of a stack.

WARN

Metadata key used to print WARNING-level messages by the toolkit when an app is syntheized.