@Stability(value=Experimental) @Internal public static final class VpcOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VpcOptions
VpcOptionssoftware.amazon.jsii.JsiiObject.InitializationModeVpcOptions.Builder, VpcOptions.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.
|
protected |
Jsii$Proxy(List<? extends ISecurityGroup> securityGroups,
List<? extends ISubnet> subnets)
Constructor that initializes the object based on literal property values passed by the
VpcOptions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The list of security groups that are associated with the VPC endpoints for the domain.
|
List<ISubnet> |
getSubnets()
(experimental) Provide one subnet for each Availability Zone that your domain uses.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(List<? extends ISecurityGroup> securityGroups, List<? extends ISubnet> subnets)
VpcOptions.Builder.public final List<ISecurityGroup> getSecurityGroups()
VpcOptionsIf you don't provide a security group ID, Amazon ES uses the default security group for the VPC. To learn more, see [Security Groups for your VPC] (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html) in the Amazon VPC User Guide.
getSecurityGroups in interface VpcOptionspublic final List<ISubnet> getSubnets()
VpcOptionsFor example, you must specify three subnet IDs for a three Availability Zone domain. To learn more, see [VPCs and Subnets] (https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html) in the Amazon VPC User Guide.
getSubnets in interface VpcOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.