A client VPN authorization rule.
import { ClientVpnAuthorizationRule } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.ClientVpnAuthorizationRuleConfiguration passed to the constructor as ClientVpnAuthorizationRuleProps.
clientVpnEndpointOptionalIClientVpnEndpointRefThe client VPN endpoint to which to add the rule.
Default: clientVpnEndpoint is required
ClientVpnAuthorizationRuleOptionscidrRequiredinherited from ClientVpnAuthorizationRuleOptionsstringThe IPv4 address range, in CIDR notation, of the network for which access is being authorized.
descriptionOptionalinherited from ClientVpnAuthorizationRuleOptionsstringA brief description of the authorization rule.
Default: - no description
groupIdOptionalinherited from ClientVpnAuthorizationRuleOptionsstringThe ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
Default: - authorize all groups
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2