@Generated(value="software.amazon.awssdk:codegen") public final class DBClusterRole extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DBClusterRole.Builder,DBClusterRole>
Describes an AWS Identity and Access Management (IAM) role that is associated with a 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) |
<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 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 cluster. The Status property returns
one of the following values:
ACTIVE - The IAM role ARN is associated with the cluster and can be used to access other AWS
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 cluster, but the cluster cannot assume the IAM
role to access other AWS services on your behalf.
Status property
returns one of the following values:
ACTIVE - The IAM role ARN is associated with the cluster and can be used to access other AWS
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 cluster, but the cluster cannot assume the
IAM role to access other AWS services on your behalf.
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 © 2021. All rights reserved.