TargetNetwork

public struct TargetNetwork : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the association.

    Declaration

    Swift

    public let associationId: String?
  • The ID of the Client VPN endpoint with which the target network is associated.

    Declaration

    Swift

    public let clientVpnEndpointId: String?
  • The IDs of the security groups applied to the target network association.

    Declaration

    Swift

    public let securityGroups: [String]?
  • The current state of the target network association.

    Declaration

    Swift

    public let status: AssociationStatus?
  • The ID of the subnet specified as the target network.

    Declaration

    Swift

    public let targetNetworkId: String?
  • The ID of the VPC in which the target network (subnet) is located.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(associationId: String? = nil, clientVpnEndpointId: String? = nil, securityGroups: [String]? = nil, status: AssociationStatus? = nil, targetNetworkId: String? = nil, vpcId: String? = nil)