@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:49.091Z") public enum ArtifactMetadataEntryType extends java.lang.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(java.lang.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.
|
public static final ArtifactMetadataEntryType ASSET
public static final ArtifactMetadataEntryType INFO
public static final ArtifactMetadataEntryType WARN
public static final ArtifactMetadataEntryType ERROR
public static final ArtifactMetadataEntryType LOGICAL_ID
public static final ArtifactMetadataEntryType STACK_TAGS
public static ArtifactMetadataEntryType[] values()
for (ArtifactMetadataEntryType c : ArtifactMetadataEntryType.values()) System.out.println(c);
public static ArtifactMetadataEntryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null