@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.019Z") @Stability(value=Stable) public enum AttachmentTargetType extends Enum<AttachmentTargetType>
| Enum Constant and Description |
|---|
DOCDB_DB_CLUSTER
AWS::DocDB::DBCluster.
|
DOCDB_DB_INSTANCE
AWS::DocDB::DBInstance.
|
RDS_DB_CLUSTER
AWS::RDS::DBCluster.
|
RDS_DB_INSTANCE
AWS::RDS::DBInstance.
|
RDS_DB_PROXY
AWS::RDS::DBProxy.
|
REDSHIFT_CLUSTER
AWS::Redshift::Cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static AttachmentTargetType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentTargetType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final AttachmentTargetType RDS_DB_INSTANCE
@Stability(value=Stable) public static final AttachmentTargetType RDS_DB_CLUSTER
@Stability(value=Stable) public static final AttachmentTargetType RDS_DB_PROXY
@Stability(value=Stable) public static final AttachmentTargetType REDSHIFT_CLUSTER
@Stability(value=Stable) public static final AttachmentTargetType DOCDB_DB_INSTANCE
@Stability(value=Stable) public static final AttachmentTargetType DOCDB_DB_CLUSTER
public static AttachmentTargetType[] values()
for (AttachmentTargetType c : AttachmentTargetType.values()) System.out.println(c);
public static AttachmentTargetType 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.