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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.s3outposts.CfnEndpointProps
CfnEndpointProps.Builder, CfnEndpointProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEndpointProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEndpointProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe container for the type of connectivity used to access the Amazon S3 on Outposts endpoint.final StringThe ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.final ObjectThe failure reason, if any, for a create or delete endpoint operation.final StringThe ID of the Outpost.final StringThe ID of the security group used for the endpoint.final StringThe ID of the subnet used for the endpoint.final inthashCode()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:CfnEndpointPropsThe ID of the Outpost.- Specified by:
getOutpostIdin interfaceCfnEndpointProps- See Also:
-
getSecurityGroupId
Description copied from interface:CfnEndpointPropsThe ID of the security group used for the endpoint.- Specified by:
getSecurityGroupIdin interfaceCfnEndpointProps- See Also:
-
getSubnetId
Description copied from interface:CfnEndpointPropsThe ID of the subnet used for the endpoint.- Specified by:
getSubnetIdin interfaceCfnEndpointProps- See Also:
-
getAccessType
Description copied from interface:CfnEndpointPropsThe 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).Privateis the default access type value.Default: - "Private"
- Specified by:
getAccessTypein interfaceCfnEndpointProps- See Also:
-
getCustomerOwnedIpv4Pool
Description copied from interface:CfnEndpointPropsThe 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:
getCustomerOwnedIpv4Poolin interfaceCfnEndpointProps- See Also:
-
getFailedReason
Description copied from interface:CfnEndpointPropsThe failure reason, if any, for a create or delete endpoint operation.Returns union: either
IResolvableorCfnEndpoint.FailedReasonProperty- Specified by:
getFailedReasonin interfaceCfnEndpointProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-