Class CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnClientVpnAuthorizationRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnClientVpnAuthorizationRuleProps
@Stability(Stable)
@Internal
public static final class CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnClientVpnAuthorizationRuleProps
An implementation for
CfnClientVpnAuthorizationRuleProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
CfnClientVpnAuthorizationRuleProps.Builder, CfnClientVpnAuthorizationRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnClientVpnAuthorizationRuleProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.final ObjectIndicates whether to grant access to all clients.final StringThe ID of the Client VPN endpoint.final StringA brief description of the authorization rule.final StringThe IPv4 address range, in CIDR notation, of the network for which access is being authorized.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnClientVpnAuthorizationRuleProps.Builder.
-
-
Method Details
-
getClientVpnEndpointId
Description copied from interface:CfnClientVpnAuthorizationRulePropsThe ID of the Client VPN endpoint.- Specified by:
getClientVpnEndpointIdin interfaceCfnClientVpnAuthorizationRuleProps
-
getTargetNetworkCidr
Description copied from interface:CfnClientVpnAuthorizationRulePropsThe IPv4 address range, in CIDR notation, of the network for which access is being authorized.- Specified by:
getTargetNetworkCidrin interfaceCfnClientVpnAuthorizationRuleProps
-
getAccessGroupId
Description copied from interface:CfnClientVpnAuthorizationRulePropsThe ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.Required if
AuthorizeAllGroupsisfalseor not specified.- Specified by:
getAccessGroupIdin interfaceCfnClientVpnAuthorizationRuleProps
-
getAuthorizeAllGroups
Description copied from interface:CfnClientVpnAuthorizationRulePropsIndicates whether to grant access to all clients.Specify
trueto grant all clients who successfully establish a VPN connection access to the network. Must be set totrueifAccessGroupIdis not specified.- Specified by:
getAuthorizeAllGroupsin interfaceCfnClientVpnAuthorizationRuleProps
-
getDescription
Description copied from interface:CfnClientVpnAuthorizationRulePropsA brief description of the authorization rule.- Specified by:
getDescriptionin interfaceCfnClientVpnAuthorizationRuleProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-