aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType

enum ArtifactMetadataEntryType

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

Type of artifact metadata entry.

Members

NameDescription
ASSETAsset in metadata.
INFOMetadata key used to print INFO-level messages by the toolkit when an app is syntheized.
WARNMetadata key used to print WARNING-level messages by the toolkit when an app is syntheized.
ERRORMetadata key used to print ERROR-level messages by the toolkit when an app is syntheized.
LOGICAL_IDRepresents the CloudFormation logical ID of a resource at a certain path.
STACK_TAGSRepresents tags of a stack.

ASSET

Asset in metadata.


INFO

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


WARN

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


ERROR

Metadata key used to print ERROR-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.