AwsRdsDbClusterAssociatedRole
public struct AwsRdsDbClusterAssociatedRole : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the IAM role.
Declaration
Swift
public let roleArn: String?
-
The status of the association between the IAM role and the DB cluster.
Declaration
Swift
public let status: String?
-
Undocumented
Declaration
Swift
public init(roleArn: String? = nil, status: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws