ModifyDBProxyTargetGroupRequest

public struct ModifyDBProxyTargetGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The settings that determine the size and behavior of the connection pool for the target group.

    Declaration

    Swift

    public let connectionPoolConfig: ConnectionPoolConfiguration?
  • The name of the new proxy to which to assign the target group.

    Declaration

    Swift

    public let dBProxyName: String
  • The new name for the modified DBProxyTarget. An identifier must begin with a letter and must contain only ASCII letters, digits, and hyphens; it can’t end with a hyphen or contain two consecutive hyphens.

    Declaration

    Swift

    public let newName: String?
  • The name of the new target group to assign to the proxy.

    Declaration

    Swift

    public let targetGroupName: String
  • Undocumented

    Declaration

    Swift

    public init(connectionPoolConfig: ConnectionPoolConfiguration? = nil, dBProxyName: String, newName: String? = nil, targetGroupName: String)