enum ArtifactMetadataEntryType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CloudAssembly.Schema.ArtifactMetadataEntryType |
Java | software.amazon.awscdk.cloudassembly.schema.ArtifactMetadataEntryType |
Python | aws_cdk.cloud_assembly_schema.ArtifactMetadataEntryType |
TypeScript | @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. |
| DO_NOT_REFACTOR | Whether the resource should be excluded during refactoring. |
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.
DO_NOT_REFACTOR
Whether the resource should be excluded during refactoring.

.NET
Java
Python
TypeScript