DBClusterEndpoint
public struct DBClusterEndpoint : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The type associated with a custom endpoint. One of: READER, WRITER, ANY. DeclarationSwift public let customEndpointType: String?
- 
                  
                  The Amazon Resource Name (ARN) for the endpoint. DeclarationSwift public let dBClusterEndpointArn: String?
- 
                  
                  The identifier associated with the endpoint. This parameter is stored as a lowercase string. DeclarationSwift public let dBClusterEndpointIdentifier: String?
- 
                  
                  A unique system-generated identifier for an endpoint. It remains the same for the whole life of the endpoint. DeclarationSwift public let dBClusterEndpointResourceIdentifier: String?
- 
                  
                  The DB cluster identifier of the DB cluster associated with the endpoint. This parameter is stored as a lowercase string. DeclarationSwift public let dBClusterIdentifier: String?
- 
                  
                  The DNS address of the endpoint. DeclarationSwift public let endpoint: String?
- 
                  
                  The type of the endpoint. One of: READER, WRITER, CUSTOM. DeclarationSwift 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. DeclarationSwift public let excludedMembers: [String]?
- 
                  
                  List of DB instance identifiers that are part of the custom endpoint group. DeclarationSwift 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. DeclarationSwift public let status: String?
- 
                  init(customEndpointType:dBClusterEndpointArn:dBClusterEndpointIdentifier:dBClusterEndpointResourceIdentifier:dBClusterIdentifier:endpoint:endpointType:excludedMembers:staticMembers:status:)Undocumented DeclarationSwift 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)
 View on GitHub
View on GitHub DBClusterEndpoint Structure Reference
        DBClusterEndpoint Structure Reference