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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnClientVpnAuthorizationRuleProps
CfnClientVpnAuthorizationRuleProps.Builder, CfnClientVpnAuthorizationRuleProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnClientVpnAuthorizationRuleProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.final Object
Indicates whether to grant access to all clients.final String
The ID of the Client VPN endpoint.final String
A brief description of the authorization rule.final String
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.final int
hashCode()
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:CfnClientVpnAuthorizationRuleProps
The ID of the Client VPN endpoint.- Specified by:
getClientVpnEndpointId
in interfaceCfnClientVpnAuthorizationRuleProps
- See Also:
-
getTargetNetworkCidr
Description copied from interface:CfnClientVpnAuthorizationRuleProps
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.- Specified by:
getTargetNetworkCidr
in interfaceCfnClientVpnAuthorizationRuleProps
- See Also:
-
getAccessGroupId
Description copied from interface:CfnClientVpnAuthorizationRuleProps
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.Required if
AuthorizeAllGroups
isfalse
or not specified.- Specified by:
getAccessGroupId
in interfaceCfnClientVpnAuthorizationRuleProps
- See Also:
-
getAuthorizeAllGroups
Description copied from interface:CfnClientVpnAuthorizationRuleProps
Indicates whether to grant access to all clients.Specify
true
to grant all clients who successfully establish a VPN connection access to the network. Must be set totrue
ifAccessGroupId
is not specified.- Specified by:
getAuthorizeAllGroups
in interfaceCfnClientVpnAuthorizationRuleProps
- See Also:
-
getDescription
Description copied from interface:CfnClientVpnAuthorizationRuleProps
A brief description of the authorization rule.- Specified by:
getDescription
in interfaceCfnClientVpnAuthorizationRuleProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-