Uses of Class
software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRule.Builder
Packages that use CfnClientVpnAuthorizationRule.Builder
-
Uses of CfnClientVpnAuthorizationRule.Builder in software.amazon.awscdk.services.ec2
Methods in software.amazon.awscdk.services.ec2 that return CfnClientVpnAuthorizationRule.BuilderModifier and TypeMethodDescriptionCfnClientVpnAuthorizationRule.Builder.accessGroupId(String accessGroupId) The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.CfnClientVpnAuthorizationRule.Builder.authorizeAllGroups(Boolean authorizeAllGroups) Indicates whether to grant access to all clients.CfnClientVpnAuthorizationRule.Builder.authorizeAllGroups(IResolvable authorizeAllGroups) Indicates whether to grant access to all clients.CfnClientVpnAuthorizationRule.Builder.clientVpnEndpointId(String clientVpnEndpointId) The ID of the Client VPN endpoint.CfnClientVpnAuthorizationRule.Builder.description(String description) A brief description of the authorization rule.CfnClientVpnAuthorizationRule.Builder.targetNetworkCidr(String targetNetworkCidr) The IPv4 address range, in CIDR notation, of the network for which access is being authorized.