@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.613Z") @Stability(value=Experimental) public enum ArtifactMetadataEntryType extends Enum<ArtifactMetadataEntryType>
| Enum Constant and Description |
|---|
ASSET
(experimental) Asset in metadata.
|
ERROR
(experimental) Metadata key used to print ERROR-level messages by the toolkit when an app is syntheized.
|
INFO
(experimental) Metadata key used to print INFO-level messages by the toolkit when an app is syntheized.
|
LOGICAL_ID
(experimental) Represents the CloudFormation logical ID of a resource at a certain path.
|
STACK_TAGS
(experimental) Represents tags of a stack.
|
WARN
(experimental) 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=Experimental) public static final ArtifactMetadataEntryType ASSET
@Stability(value=Experimental) public static final ArtifactMetadataEntryType INFO
@Stability(value=Experimental) public static final ArtifactMetadataEntryType WARN
@Stability(value=Experimental) public static final ArtifactMetadataEntryType ERROR
@Stability(value=Experimental) public static final ArtifactMetadataEntryType LOGICAL_ID
@Stability(value=Experimental) 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 © 2021. All rights reserved.