DBClusterRole class

Describes an AWS Identity and Access Management (IAM) role that is associated with a cluster.

Constructors

DBClusterRole({String? roleArn, String? status})
DBClusterRole.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
roleArn String?
The Amazon Resource Name (ARN) of the IAM role that is associated with the DB cluster.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
Describes the state of association between the IAM role and the cluster. The Status property returns one of the following values:
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited