Class MasterUserSecret
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MasterUserSecret.Builder,MasterUserSecret>
Contains the secret managed by RDS in Amazon Web Services Secrets Manager for the master user password.
For more information, see Password management with Amazon Web Services Secrets Manager in the Amazon RDS User Guide and Password management with Amazon Web Services Secrets Manager in the Amazon Aurora User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic MasterUserSecret.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringkmsKeyId()The Amazon Web Services KMS key identifier that is used to encrypt the secret.final StringThe Amazon Resource Name (ARN) of the secret.final StringThe status of the secret.static Class<? extends MasterUserSecret.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
secretArn
The Amazon Resource Name (ARN) of the secret.
- Returns:
- The Amazon Resource Name (ARN) of the secret.
-
secretStatus
The status of the secret.
The possible status values include the following:
-
creating- The secret is being created. -
active- The secret is available for normal use and rotation. -
rotating- The secret is being rotated. -
impaired- The secret can be used to access database credentials, but it can't be rotated. A secret might have this status if, for example, permissions are changed so that RDS can no longer access either the secret or the KMS key for the secret.When a secret has this status, you can correct the condition that caused the status. Alternatively, modify the DB instance to turn off automatic management of database credentials, and then modify the DB instance again to turn on automatic management of database credentials.
- Returns:
- The status of the secret.
The possible status values include the following:
-
creating- The secret is being created. -
active- The secret is available for normal use and rotation. -
rotating- The secret is being rotated. -
impaired- The secret can be used to access database credentials, but it can't be rotated. A secret might have this status if, for example, permissions are changed so that RDS can no longer access either the secret or the KMS key for the secret.When a secret has this status, you can correct the condition that caused the status. Alternatively, modify the DB instance to turn off automatic management of database credentials, and then modify the DB instance again to turn on automatic management of database credentials.
-
-
-
kmsKeyId
The Amazon Web Services KMS key identifier that is used to encrypt the secret.
- Returns:
- The Amazon Web Services KMS key identifier that is used to encrypt the secret.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MasterUserSecret.Builder,MasterUserSecret>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-