@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:21.510Z") @Stability(value=Stable) public interface ClientVpnAuthorizationRuleProps extends software.amazon.jsii.JsiiSerializable, ClientVpnAuthorizationRuleOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
ClientVpnEndpoint clientVpnEndpoint;
ClientVpnAuthorizationRuleProps clientVpnAuthorizationRuleProps = ClientVpnAuthorizationRuleProps.builder()
.cidr("cidr")
// the properties below are optional
.clientVpnEndpoint(clientVpnEndpoint)
.description("description")
.groupId("groupId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClientVpnAuthorizationRuleProps.Builder
A builder for
ClientVpnAuthorizationRuleProps |
static class |
ClientVpnAuthorizationRuleProps.Jsii$Proxy
An implementation for
ClientVpnAuthorizationRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static ClientVpnAuthorizationRuleProps.Builder |
builder() |
default IClientVpnEndpoint |
getClientVpnEndpoint()
The client VPN endpoint to which to add the rule.
|
getCidr, getDescription, getGroupId@Stability(value=Stable) @Nullable default IClientVpnEndpoint getClientVpnEndpoint()
Default: clientVpnEndpoint is required
@Stability(value=Stable) static ClientVpnAuthorizationRuleProps.Builder builder()
builder in interface ClientVpnAuthorizationRuleOptionsClientVpnAuthorizationRuleProps.Builder of ClientVpnAuthorizationRulePropsCopyright © 2022. All rights reserved.