| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.cidr(String cidr)
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
|
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.clientVpnEndpoint(IClientVpnEndpoint clientVpnEndpoint)
The client VPN endpoint to which to add the rule.
|
static ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.create(software.constructs.Construct scope,
String id) |
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.description(String description)
A brief description of the authorization rule.
|
ClientVpnAuthorizationRule.Builder |
ClientVpnAuthorizationRule.Builder.groupId(String groupId)
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
|
Copyright © 2022. All rights reserved.