@Stability(value=Experimental) @Internal public static final class InterfaceVpcEndpointOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InterfaceVpcEndpointOptions
InterfaceVpcEndpointOptions
software.amazon.jsii.JsiiObject.InitializationMode
InterfaceVpcEndpointOptions.Builder, InterfaceVpcEndpointOptions.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(IInterfaceVpcEndpointService service,
Boolean lookupSupportedAzs,
Boolean open,
Boolean privateDnsEnabled,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection subnets)
Constructor that initializes the object based on literal property values passed by the
InterfaceVpcEndpointOptions.Builder . |
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(Object o) |
Boolean |
getLookupSupportedAzs()
(experimental) Limit to only those availability zones where the endpoint service can be created.
|
Boolean |
getOpen()
(experimental) Whether to automatically allow VPC traffic to the endpoint.
|
Boolean |
getPrivateDnsEnabled()
(experimental) Whether to associate a private hosted zone with the specified VPC.
|
List<ISecurityGroup> |
getSecurityGroups()
(experimental) The security groups to associate with this interface VPC endpoint.
|
IInterfaceVpcEndpointService |
getService()
(experimental) The service to use for this interface VPC endpoint.
|
SubnetSelection |
getSubnets()
(experimental) The subnets in which to create an endpoint network interface.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
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.protected Jsii$Proxy(IInterfaceVpcEndpointService service, Boolean lookupSupportedAzs, Boolean open, Boolean privateDnsEnabled, List<? extends ISecurityGroup> securityGroups, SubnetSelection subnets)
InterfaceVpcEndpointOptions.Builder
.public final IInterfaceVpcEndpointService getService()
InterfaceVpcEndpointOptions
getService
in interface InterfaceVpcEndpointOptions
public final Boolean getLookupSupportedAzs()
InterfaceVpcEndpointOptions
Setting this to 'true' requires a lookup to be performed at synthesis time. Account and region must be set on the containing stack for this to work.
Default: false
getLookupSupportedAzs
in interface InterfaceVpcEndpointOptions
public final Boolean getOpen()
InterfaceVpcEndpointOptions
If enabled, all traffic to the endpoint from within the VPC will be automatically allowed. This is done based on the VPC's CIDR range.
Default: true
getOpen
in interface InterfaceVpcEndpointOptions
public final Boolean getPrivateDnsEnabled()
InterfaceVpcEndpointOptions
This allows you to make requests to the service using its default DNS hostname.
Default: set by the instance of IInterfaceVpcEndpointService, or true if not defined by the instance of IInterfaceVpcEndpointService
getPrivateDnsEnabled
in interface InterfaceVpcEndpointOptions
public final List<ISecurityGroup> getSecurityGroups()
InterfaceVpcEndpointOptions
Default: - a new security group is created
getSecurityGroups
in interface InterfaceVpcEndpointOptions
public final SubnetSelection getSubnets()
InterfaceVpcEndpointOptions
At most one per availability zone.
Default: - private subnets
getSubnets
in interface InterfaceVpcEndpointOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.