@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.850Z") @Stability(value=Stable) public enum ArtifactMetadataEntryType extends Enum<ArtifactMetadataEntryType>
| Enum Constant and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static ArtifactMetadataEntryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactMetadataEntryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final ArtifactMetadataEntryType ASSET
@Stability(value=Stable) public static final ArtifactMetadataEntryType INFO
@Stability(value=Stable) public static final ArtifactMetadataEntryType WARN
@Stability(value=Stable) public static final ArtifactMetadataEntryType ERROR
@Stability(value=Stable) public static final ArtifactMetadataEntryType LOGICAL_ID
@Stability(value=Stable) public static final ArtifactMetadataEntryType STACK_TAGS
public static ArtifactMetadataEntryType[] values()
for (ArtifactMetadataEntryType c : ArtifactMetadataEntryType.values()) System.out.println(c);
public static ArtifactMetadataEntryType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2022. All rights reserved.