- Navigation Guide
@aws-sdk/client-ec2
ApplySecurityGroupsToClientVpnTargetNetworkCommandInput Interface
The input for ApplySecurityGroupsToClientVpnTargetNetworkCommand.
Members
Name | Type | Details |
---|---|---|
ClientVpnEndpointId Required | string | undefined | The ID of the Client VPN endpoint. |
SecurityGroupIds Required | string[] | undefined | 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 Required | string | undefined | The ID of the VPC in which the associated target network is located. |
DryRun | boolean | undefined | 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 |
Full Signature
export interface ApplySecurityGroupsToClientVpnTargetNetworkCommandInput extends ApplySecurityGroupsToClientVpnTargetNetworkRequest