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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnEndpointProps.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 Type
    Method
    Description
    com.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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnEndpointProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnEndpointProps.Builder.
  • Method Details

    • getOutpostId

      public final String getOutpostId()
      Description copied from interface: CfnEndpointProps
      The ID of the Outpost.
      Specified by:
      getOutpostId in interface CfnEndpointProps
    • getSecurityGroupId

      public final String getSecurityGroupId()
      Description copied from interface: CfnEndpointProps
      The ID of the security group to use with the endpoint.
      Specified by:
      getSecurityGroupId in interface CfnEndpointProps
    • getSubnetId

      public final String getSubnetId()
      Description copied from interface: CfnEndpointProps
      The ID of the subnet.
      Specified by:
      getSubnetId in interface CfnEndpointProps
    • getAccessType

      public final String 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, choose CustomerOwnedIp . If you choose CustomerOwnedIp , you must also provide the customer-owned IP address pool (CoIP pool).

      Private is the default access type value.

      Specified by:
      getAccessType in interface CfnEndpointProps
    • getCustomerOwnedIpv4Pool

      public final String 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 interface CfnEndpointProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object