AddRoleToDBClusterMessage

public struct AddRoleToDBClusterMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the DB cluster to associate the IAM role with.

    Declaration

    Swift

    public let dBClusterIdentifier: String
  • The name of the feature for the DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion.

    Declaration

    Swift

    public let featureName: String?
  • The Amazon Resource Name (ARN) of the IAM role to associate with the Aurora DB cluster, for example arn:aws:iam::123456789012:role/AuroraAccessRole.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(dBClusterIdentifier: String, featureName: String? = nil, roleArn: String)