public static final class CfnDomain.VPCOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.VPCOptionsProperty
CfnDomain.VPCOptionsProperty
CfnDomain.VPCOptionsProperty.Builder, CfnDomain.VPCOptionsProperty.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.util.List<java.lang.String> |
getSecurityGroupIds()
The list of security group IDs that are associated with the VPC endpoints for the domain.
|
java.util.List<java.lang.String> |
getSubnetIds()
Provide one subnet ID for each Availability Zone that your domain uses.
|
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.util.List<java.lang.String> getSecurityGroupIds()
CfnDomain.VPCOptionsProperty
If you don't provide a security group ID, OpenSearch Service uses the default security group for the VPC. To learn more, see Security groups for your VPC in the Amazon VPC User Guide .
getSecurityGroupIds
in interface CfnDomain.VPCOptionsProperty
public final java.util.List<java.lang.String> getSubnetIds()
CfnDomain.VPCOptionsProperty
For example, you must specify three subnet IDs for a three-AZ domain. To learn more, see VPCs and subnets in the Amazon VPC User Guide .
If you specify more than one subnet, you must also configure ZoneAwarenessEnabled
and ZoneAwarenessConfig
within ClusterConfig , otherwise you'll see the error "You must specify exactly one subnet" during template creation.
getSubnetIds
in interface CfnDomain.VPCOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()