@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.904Z") @Stability(value=Stable) public interface CfnClientVpnAuthorizationRuleProps extends software.amazon.jsii.JsiiSerializable
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.*;
CfnClientVpnAuthorizationRuleProps cfnClientVpnAuthorizationRuleProps = CfnClientVpnAuthorizationRuleProps.builder()
.clientVpnEndpointId("clientVpnEndpointId")
.targetNetworkCidr("targetNetworkCidr")
// the properties below are optional
.accessGroupId("accessGroupId")
.authorizeAllGroups(false)
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnClientVpnAuthorizationRuleProps.Builder
A builder for
CfnClientVpnAuthorizationRuleProps |
static class |
CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
An implementation for
CfnClientVpnAuthorizationRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnClientVpnAuthorizationRuleProps.Builder |
builder() |
default String |
getAccessGroupId()
`AWS::EC2::ClientVpnAuthorizationRule.AccessGroupId`.
|
default Object |
getAuthorizeAllGroups()
`AWS::EC2::ClientVpnAuthorizationRule.AuthorizeAllGroups`.
|
String |
getClientVpnEndpointId()
`AWS::EC2::ClientVpnAuthorizationRule.ClientVpnEndpointId`.
|
default String |
getDescription()
`AWS::EC2::ClientVpnAuthorizationRule.Description`.
|
String |
getTargetNetworkCidr()
`AWS::EC2::ClientVpnAuthorizationRule.TargetNetworkCidr`.
|
@Stability(value=Stable) @Nullable default String getAccessGroupId()
@Stability(value=Stable) @Nullable default Object getAuthorizeAllGroups()
@Stability(value=Stable) @NotNull String getClientVpnEndpointId()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull String getTargetNetworkCidr()
@Stability(value=Stable) static CfnClientVpnAuthorizationRuleProps.Builder builder()
Copyright © 2021. All rights reserved.