public static final class ClientVpnAuthorizationRuleOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ClientVpnAuthorizationRuleOptions
ClientVpnAuthorizationRuleOptions
ClientVpnAuthorizationRuleOptions.Builder, ClientVpnAuthorizationRuleOptions.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.
|
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 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()