Class CfnServer.EndpointDetailsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.transfer.CfnServer.EndpointDetailsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnServer.EndpointDetailsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnServer.EndpointDetailsProperty
@Stability(Stable)
@Internal
public static final class CfnServer.EndpointDetailsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnServer.EndpointDetailsProperty
An implementation for
CfnServer.EndpointDetailsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.transfer.CfnServer.EndpointDetailsProperty
CfnServer.EndpointDetailsProperty.Builder, CfnServer.EndpointDetailsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnServer.EndpointDetailsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.A list of security groups IDs that are available to attach to your server's endpoint.A list of subnet IDs that are required to host your server endpoint in your VPC.final String
The ID of the VPC endpoint.final String
getVpcId()
The VPC ID of the virtual private cloud in which the server's endpoint will be hosted.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnServer.EndpointDetailsProperty.Builder
.
-
-
Method Details
-
getAddressAllocationIds
Description copied from interface:CfnServer.EndpointDetailsProperty
A list of address allocation IDs that are required to attach an Elastic IP address to your server's endpoint.This property can only be set when
EndpointType
is set toVPC
and it is only valid in theUpdateServer
API.- Specified by:
getAddressAllocationIds
in interfaceCfnServer.EndpointDetailsProperty
-
getSecurityGroupIds
Description copied from interface:CfnServer.EndpointDetailsProperty
A list of security groups IDs that are available to attach to your server's endpoint.This property can only be set when
EndpointType
is set toVPC
.You can edit the
SecurityGroupIds
property in the UpdateServer API only if you are changing theEndpointType
fromPUBLIC
orVPC_ENDPOINT
toVPC
. To change security groups associated with your server's VPC endpoint after creation, use the Amazon EC2 ModifyVpcEndpoint API.- Specified by:
getSecurityGroupIds
in interfaceCfnServer.EndpointDetailsProperty
-
getSubnetIds
Description copied from interface:CfnServer.EndpointDetailsProperty
A list of subnet IDs that are required to host your server endpoint in your VPC.This property can only be set when
EndpointType
is set toVPC
.- Specified by:
getSubnetIds
in interfaceCfnServer.EndpointDetailsProperty
-
getVpcEndpointId
Description copied from interface:CfnServer.EndpointDetailsProperty
The ID of the VPC endpoint.This property can only be set when
EndpointType
is set toVPC_ENDPOINT
.- Specified by:
getVpcEndpointId
in interfaceCfnServer.EndpointDetailsProperty
-
getVpcId
Description copied from interface:CfnServer.EndpointDetailsProperty
The VPC ID of the virtual private cloud in which the server's endpoint will be hosted.This property can only be set when
EndpointType
is set toVPC
.- Specified by:
getVpcId
in interfaceCfnServer.EndpointDetailsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-