enum ArtifactMetadataEntryType
Language | Type name |
---|---|
![]() | Amazon.CDK.CloudAssembly.Schema.ArtifactMetadataEntryType |
![]() | software.amazon.awscdk.cloudassembly.schema.ArtifactMetadataEntryType |
![]() | aws_cdk.cloud_assembly_schema.ArtifactMetadataEntryType |
![]() | @aws-cdk/cloud-assembly-schema » ArtifactMetadataEntryType |
Type of artifact metadata entry.
Members
Name | Description |
---|---|
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. |
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.