Apply Security Groups To Client VPN Target Network
GET {{aws_ec2_base_url}}/?ClientVpnEndpointId&DryRun&SecurityGroupId.N&VpcId&Action=ApplySecurityGroupsToClientVpnTargetNetwork
Applies a security group to the association between the target network and the Client VPN endpoint.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ClientVpnEndpointId | null | The ID of the Client VPN endpoint. | |
DryRun | null | 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. | |
SecurityGroupId.N | null | 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. | |
VpcId | null | The ID of the VPC in which the associated target network is located. | |
Action | string |