@Stability(value=Stable) @Internal public static final class CfnServer.EndpointDetailsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnServer.EndpointDetailsProperty
CfnServer.EndpointDetailsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnServer.EndpointDetailsProperty.Builder, CfnServer.EndpointDetailsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnServer.EndpointDetailsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnServer.EndpointDetailsProperty.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) |
List<String> |
getAddressAllocationIds()
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.
|
List<String> |
getSecurityGroupIds()
A list of security groups IDs that are available to attach to your server's endpoint.
|
List<String> |
getSubnetIds()
A list of subnet IDs that are required to host your server endpoint in your VPC.
|
String |
getVpcEndpointId()
The ID of the VPC endpoint.
|
String |
getVpcId()
The VPC ID of the virtual private cloud in which the server's endpoint will be hosted.
|
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(CfnServer.EndpointDetailsProperty.Builder builder)
CfnServer.EndpointDetailsProperty.Builder.public final List<String> getAddressAllocationIds()
CfnServer.EndpointDetailsProperty
This property can only be set when
EndpointTypeis set toVPCand it is only valid in theUpdateServerAPI.
getAddressAllocationIds in interface CfnServer.EndpointDetailsPropertypublic final List<String> getSecurityGroupIds()
CfnServer.EndpointDetailsProperty
This property can only be set when
EndpointTypeis set toVPC.You can edit the
SecurityGroupIdsproperty in the UpdateServer API only if you are changing theEndpointTypefromPUBLICorVPC_ENDPOINTtoVPC. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.
getSecurityGroupIds in interface CfnServer.EndpointDetailsPropertypublic final List<String> getSubnetIds()
CfnServer.EndpointDetailsProperty
This property can only be set when
EndpointTypeis set toVPC.
getSubnetIds in interface CfnServer.EndpointDetailsPropertypublic final String getVpcEndpointId()
CfnServer.EndpointDetailsProperty
This property can only be set when
EndpointTypeis set toVPC_ENDPOINT.
getVpcEndpointId in interface CfnServer.EndpointDetailsPropertypublic final String getVpcId()
CfnServer.EndpointDetailsProperty
This property can only be set when
EndpointTypeis set toVPC.
getVpcId in interface CfnServer.EndpointDetailsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.