ApplySecurityGroupsToClientVpnTargetNetworkRequest

public struct ApplySecurityGroupsToClientVpnTargetNetworkRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the Client VPN endpoint.

    Declaration

    Swift

    public let clientVpnEndpointId: String
  • Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

    Declaration

    Swift

    public let dryRun: Bool?
  • The IDs of the security groups to apply to the associated target network. Up to 5 security groups can be applied to an associated target network.

    Declaration

    Swift

    public let securityGroupIds: [String]
  • The ID of the VPC in which the associated target network is located.

    Declaration

    Swift

    public let vpcId: String
  • Undocumented

    Declaration

    Swift

    public init(clientVpnEndpointId: String, dryRun: Bool? = nil, securityGroupIds: [String], vpcId: String)