Class DBClusterRole

    • Method Detail

      • roleArn

        public final String roleArn()

        The Amazon Resource Name (ARN) of the IAMrole that is associated with the DB cluster.

        Returns:
        The Amazon Resource Name (ARN) of the IAMrole that is associated with the DB cluster.
      • status

        public final String status()

        Describes the state of association between the IAMrole and the cluster. The Status property returns one of the following values:

        • ACTIVE - The IAMrole ARN is associated with the cluster and can be used to access other Amazon Web Services services on your behalf.

        • PENDING - The IAMrole ARN is being associated with the cluster.

        • INVALID - The IAMrole ARN is associated with the cluster, but the cluster cannot assume the IAMrole to access other Amazon Web Services services on your behalf.

        Returns:
        Describes the state of association between the IAMrole and the cluster. The Status property returns one of the following values:

        • ACTIVE - The IAMrole ARN is associated with the cluster and can be used to access other Amazon Web Services services on your behalf.

        • PENDING - The IAMrole ARN is being associated with the cluster.

        • INVALID - The IAMrole ARN is associated with the cluster, but the cluster cannot assume the IAMrole to access other Amazon Web Services services on your behalf.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)