DBClusterEndpoint

public struct DBClusterEndpoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type associated with a custom endpoint. One of: READER, WRITER, ANY.

    Declaration

    Swift

    public let customEndpointType: String?
  • The Amazon Resource Name (ARN) for the endpoint.

    Declaration

    Swift

    public let dBClusterEndpointArn: String?
  • The identifier associated with the endpoint. This parameter is stored as a lowercase string.

    Declaration

    Swift

    public let dBClusterEndpointIdentifier: String?
  • A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint.

    Declaration

    Swift

    public let dBClusterEndpointResourceIdentifier: String?
  • The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string.

    Declaration

    Swift

    public let dBClusterIdentifier: String?
  • The DNS address of the endpoint.

    Declaration

    Swift

    public let endpoint: String?
  • The type of the endpoint. One of: READER, WRITER, CUSTOM.

    Declaration

    Swift

    public let endpointType: String?
  • List of DB instance identifiers that aren’t part of the custom endpoint group. All other eligible instances are reachable through the custom endpoint. Only relevant if the list of static members is empty.

    Declaration

    Swift

    public let excludedMembers: [String]?
  • List of DB instance identifiers that are part of the custom endpoint group.

    Declaration

    Swift

    public let staticMembers: [String]?
  • The current status of the endpoint. One of: creating, available, deleting, inactive, modifying. The inactive state applies to an endpoint that can’t be used for a certain kind of cluster, such as a writer endpoint for a read-only secondary cluster in a global database.

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(customEndpointType: String? = nil, dBClusterEndpointArn: String? = nil, dBClusterEndpointIdentifier: String? = nil, dBClusterEndpointResourceIdentifier: String? = nil, dBClusterIdentifier: String? = nil, endpoint: String? = nil, endpointType: String? = nil, excludedMembers: [String]? = nil, staticMembers: [String]? = nil, status: String? = nil)