EndpointDetails

public struct EndpointDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of address allocation IDs that are required to attach an Elastic IP address to your file transfer protocol-enabled server’s endpoint. This is only valid in the UpdateServer API. This property can only be use when EndpointType is set to VPC.

    Declaration

    Swift

    public let addressAllocationIds: [String]?
  • A list of subnet IDs that are required to host your file transfer protocol-enabled server endpoint in your VPC. This property can only be used when EndpointType is set to VPC.

    Declaration

    Swift

    public let subnetIds: [String]?
  • The ID of the VPC endpoint. This property can only be used when EndpointType is set to VPC_ENDPOINT.

    Declaration

    Swift

    public let vpcEndpointId: String?
  • The VPC ID of the VPC in which a file transfer protocol-enabled server’s endpoint will be hosted. This property can only be used when EndpointType is set to VPC.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(addressAllocationIds: [String]? = nil, subnetIds: [String]? = nil, vpcEndpointId: String? = nil, vpcId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws