public static final class ClientVpnAuthorizationRuleProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClientVpnAuthorizationRuleProps
ClientVpnAuthorizationRuleProps
ClientVpnAuthorizationRuleProps.Builder, ClientVpnAuthorizationRuleProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getCidr()
The IPv4 address range, in CIDR notation, of the network for which access is being authorized.
|
IClientVpnEndpoint |
getClientVpnEndoint()
(deprecated) The client VPN endpoint to which to add the rule.
|
IClientVpnEndpoint |
getClientVpnEndpoint()
The client VPN endpoint to which to add the rule.
|
java.lang.String |
getDescription()
A brief description of the authorization rule.
|
java.lang.String |
getGroupId()
The ID of the group to grant access to, for example, the Active Directory group or identity provider (IdP) group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IClientVpnEndpoint getClientVpnEndoint()
ClientVpnAuthorizationRuleProps
Default: clientVpnEndpoint is required
getClientVpnEndoint
in interface ClientVpnAuthorizationRuleProps
public final IClientVpnEndpoint getClientVpnEndpoint()
ClientVpnAuthorizationRuleProps
Default: clientVpnEndpoint is required
getClientVpnEndpoint
in interface ClientVpnAuthorizationRuleProps
public final java.lang.String getCidr()
ClientVpnAuthorizationRuleOptions
getCidr
in interface ClientVpnAuthorizationRuleOptions
public final java.lang.String getDescription()
ClientVpnAuthorizationRuleOptions
Default: - no description
getDescription
in interface ClientVpnAuthorizationRuleOptions
public final java.lang.String getGroupId()
ClientVpnAuthorizationRuleOptions
Default: - authorize all groups
getGroupId
in interface ClientVpnAuthorizationRuleOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()