@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.011Z") @Stability(value=Experimental) public enum AttachmentTargetType extends Enum<AttachmentTargetType>
| Enum Constant and Description |
|---|
CLUSTER
Deprecated.
use RDS_DB_CLUSTER instead
|
DOCDB_DB_CLUSTER
(experimental) AWS::DocDB::DBCluster.
|
DOCDB_DB_INSTANCE
(experimental) AWS::DocDB::DBInstance.
|
INSTANCE
Deprecated.
use RDS_DB_INSTANCE instead
|
RDS_DB_PROXY
(experimental) AWS::RDS::DBProxy.
|
REDSHIFT_CLUSTER
(experimental) 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=Deprecated) @Deprecated public static final AttachmentTargetType INSTANCE
@Stability(value=Deprecated) @Deprecated public static final AttachmentTargetType CLUSTER
@Stability(value=Experimental) public static final AttachmentTargetType RDS_DB_PROXY
@Stability(value=Experimental) public static final AttachmentTargetType REDSHIFT_CLUSTER
@Stability(value=Experimental) public static final AttachmentTargetType DOCDB_DB_INSTANCE
@Stability(value=Experimental) 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 © 2021. All rights reserved.