| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.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 |
CfnClientVpnAuthorizationRule.Builder.authorizeAllGroups(Boolean authorizeAllGroups)
Indicates whether to grant access to all clients.
|
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.authorizeAllGroups(IResolvable authorizeAllGroups)
Indicates whether to grant access to all clients.
|
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
static CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.create(software.constructs.Construct scope,
String id) |
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.description(String description)
A brief description of the authorization rule.
|
CfnClientVpnAuthorizationRule.Builder |
CfnClientVpnAuthorizationRule.Builder.targetNetworkCidr(String targetNetworkCidr)
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
|
Copyright © 2022. All rights reserved.