RemoveRoleFromDBClusterMessage

public struct RemoveRoleFromDBClusterMessage : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let dBClusterIdentifier: String
  • The name of the feature for the DB cluster that the IAM role is to be disassociated from. 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 disassociate from 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)