Module: AWSCDK::CloudAssemblySchema::ArtifactMetadataEntryType
- Defined in:
- cloud_assembly_schema/artifact_metadata_entry_type.rb
Overview
Type of artifact metadata entry.
Constant Summary collapse
- ASSET =
Deprecated.Note:
Default:
Asset in metadata.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "ASSET")
- INFO =
Deprecated.Note:
Default:
Metadata key used to print INFO-level messages by the toolkit when an app is syntheized.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "INFO")
- WARN =
Deprecated.Note:
Default:
Metadata key used to print WARNING-level messages by the toolkit when an app is syntheized.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "WARN")
- ERROR =
Deprecated.Note:
Default:
Metadata key used to print ERROR-level messages by the toolkit when an app is syntheized.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "ERROR")
- LOGICAL_ID =
Deprecated.Note:
Default:
Represents the CloudFormation logical ID of a resource at a certain path.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "LOGICAL_ID")
- STACK_TAGS =
Deprecated.Note:
Default:
Represents tags of a stack.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "STACK_TAGS")
- DO_NOT_REFACTOR =
Deprecated.Note:
Default:
Whether the resource should be excluded during refactoring.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "DO_NOT_REFACTOR")
- CREATION_STACK =
Deprecated.Note:
Default:
Creation stack of a construct.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "CREATION_STACK")
- PROPERTY_ASSIGNMENT =
Deprecated.Note:
Default:
A property mutation trace.
Jsii::Enum.new("aws-cdk-lib.cloud_assembly_schema.ArtifactMetadataEntryType", "PROPERTY_ASSIGNMENT")