@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:23.751Z") public enum AttachmentTargetType extends java.lang.Enum<AttachmentTargetType>
Enum Constant and Description |
---|
CLUSTER
Deprecated.
use RDS_DB_CLUSTER instead
|
DOCDB_DB_CLUSTER
AWS::DocDB::DBCluster.
|
DOCDB_DB_INSTANCE
AWS::DocDB::DBInstance.
|
INSTANCE
Deprecated.
use RDS_DB_INSTANCE instead
|
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(java.lang.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.
|
@Deprecated public static final AttachmentTargetType INSTANCE
@Deprecated public static final AttachmentTargetType CLUSTER
public static final AttachmentTargetType RDS_DB_INSTANCE
public static final AttachmentTargetType RDS_DB_CLUSTER
public static final AttachmentTargetType RDS_DB_PROXY
public static final AttachmentTargetType REDSHIFT_CLUSTER
public static final AttachmentTargetType DOCDB_DB_INSTANCE
public static final AttachmentTargetType DOCDB_DB_CLUSTER
public static AttachmentTargetType[] values()
for (AttachmentTargetType c : AttachmentTargetType.values()) System.out.println(c);
public static AttachmentTargetType 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