@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterRole extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterRole.Builder,DBClusterRole>
Describes an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB cluster.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DBClusterRole.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DBClusterRole.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
featureName()
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DBClusterRole.Builder> |
serializableBuilderClass() |
String |
status()
Describes the state of association between the IAM role and the DB cluster.
|
DBClusterRole.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String roleArn()
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
public final String status()
Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values:
ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other Amazon
Web Services on your behalf.
PENDING - the IAM role ARN is being associated with the DB cluster.
INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume
the IAM role in order to access other Amazon Web Services on your behalf.
ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other
Amazon Web Services on your behalf.
PENDING - the IAM role ARN is being associated with the DB cluster.
INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable
to assume the IAM role in order to access other Amazon Web Services on your behalf.
public final String featureName()
The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.
public DBClusterRole.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DBClusterRole.Builder,DBClusterRole>public static DBClusterRole.Builder builder()
public static Class<? extends DBClusterRole.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.