TestFailoverMessage

public struct TestFailoverMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

    Declaration

    Swift

    public let nodeGroupId: String
  • The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

    Declaration

    Swift

    public let replicationGroupId: String
  • Undocumented

    Declaration

    Swift

    public init(nodeGroupId: String, replicationGroupId: String)
  • Declaration

    Swift

    public func validate(name: String) throws