Class CfnEndpointProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.s3outposts.CfnEndpointProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpointProps
@Stability(Stable)
@Internal
public static final class CfnEndpointProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointProps
An implementation for
CfnEndpointProps
-
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.s3outposts.CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.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
final String
The container for the type of connectivity used to access the Amazon S3 on Outposts endpoint.final String
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.final String
The ID of the Outpost.final String
The ID of the security group to use with the endpoint.final String
The ID of the subnet.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 theCfnEndpointProps.Builder
.
-
-
Method Details
-
getOutpostId
Description copied from interface:CfnEndpointProps
The ID of the Outpost.- Specified by:
getOutpostId
in interfaceCfnEndpointProps
-
getSecurityGroupId
Description copied from interface:CfnEndpointProps
The ID of the security group to use with the endpoint.- Specified by:
getSecurityGroupId
in interfaceCfnEndpointProps
-
getSubnetId
Description copied from interface:CfnEndpointProps
The ID of the subnet.- Specified by:
getSubnetId
in interfaceCfnEndpointProps
-
getAccessType
Description copied from interface:CfnEndpointProps
The container for the type of connectivity used to access the Amazon S3 on Outposts endpoint.To use the Amazon VPC , choose
Private
. To use the endpoint with an on-premises network, chooseCustomerOwnedIp
. If you chooseCustomerOwnedIp
, you must also provide the customer-owned IP address pool (CoIP pool).Private
is the default access type value.- Specified by:
getAccessType
in interfaceCfnEndpointProps
-
getCustomerOwnedIpv4Pool
Description copied from interface:CfnEndpointProps
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.IP addresses are allocated from this pool for the endpoint.
- Specified by:
getCustomerOwnedIpv4Pool
in interfaceCfnEndpointProps
-
$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()
-