Interface ClientVpnAuthorizationRuleProps
- All Superinterfaces:
ClientVpnAuthorizationRuleOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClientVpnAuthorizationRuleProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.256Z")
@Stability(Stable)
public interface ClientVpnAuthorizationRuleProps
extends software.amazon.jsii.JsiiSerializable, ClientVpnAuthorizationRuleOptions
Properties for a ClientVpnAuthorizationRule.
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
.clientVpnEndoint(clientVpnEndpoint)
.clientVpnEndpoint(clientVpnEndpoint)
.description("description")
.groupId("groupId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forClientVpnAuthorizationRulePropsstatic final classAn implementation forClientVpnAuthorizationRuleProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default IClientVpnEndpointDeprecated.default IClientVpnEndpointThe client VPN endpoint to which to add the rule.Methods inherited from interface software.amazon.awscdk.services.ec2.ClientVpnAuthorizationRuleOptions
getCidr, getDescription, getGroupIdMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientVpnEndoint
Deprecated.UseclientVpnEndpointinstead(deprecated) The client VPN endpoint to which to add the rule.Default: clientVpnEndpoint is required
-
getClientVpnEndpoint
The client VPN endpoint to which to add the rule.Default: clientVpnEndpoint is required
-
builder
-
clientVpnEndpointinstead