DBClusterRole class
Describes an AWS Identity and Access Management (IAM) role that is associated with a DB cluster.
Constructors
- DBClusterRole({String? featureName, String? roleArn, String? status})
- DBClusterRole.fromXml(XmlElement elem)
-
factory
Properties
- featureName → String?
-
The name of the feature associated with the AWS Identity and Access
Management (IAM) role. For the list of supported feature names, see
DBEngineVersion.
final
- 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 DB 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