Class S3BackendEndpointConfig.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
com.hashicorp.cdktf.S3BackendEndpointConfig.Jsii$Proxy
All Implemented Interfaces:
S3BackendEndpointConfig, software.amazon.jsii.JsiiSerializable
Enclosing interface:
S3BackendEndpointConfig

@Stability(Experimental) @Internal public static final class S3BackendEndpointConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3BackendEndpointConfig
An implementation for S3BackendEndpointConfig
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface com.hashicorp.cdktf.S3BackendEndpointConfig

    S3BackendEndpointConfig.Builder, S3BackendEndpointConfig.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the S3BackendEndpointConfig.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
    (experimental) (Optional) Custom endpoint URL for the AWS DynamoDB API.
    final String
    (experimental) (Optional) Custom endpoint URL for the AWS IAM API.
    final String
    (experimental) (Optional) Custom endpoint URL for the AWS S3 API.
    final String
    (experimental) (Optional) Custom endpoint URL for the AWS IAM Identity Center (formerly known as AWS SSO) API.
    final String
    (experimental) (Optional) Custom endpoint URL for the AWS STS API.
    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(S3BackendEndpointConfig.Builder builder)
      Constructor that initializes the object based on literal property values passed by the S3BackendEndpointConfig.Builder.
  • Method Details

    • getDynamodb

      public final String getDynamodb()
      Description copied from interface: S3BackendEndpointConfig
      (experimental) (Optional) Custom endpoint URL for the AWS DynamoDB API.

      This can also be sourced from the environment variable AWS_ENDPOINT_URL_DYNAMODB or the deprecated environment variable AWS_DYNAMODB_ENDPOINT.

      Specified by:
      getDynamodb in interface S3BackendEndpointConfig
    • getIam

      public final String getIam()
      Description copied from interface: S3BackendEndpointConfig
      (experimental) (Optional) Custom endpoint URL for the AWS IAM API.

      This can also be sourced from the environment variable AWS_ENDPOINT_URL_IAM or the deprecated environment variable AWS_IAM_ENDPOINT.

      Specified by:
      getIam in interface S3BackendEndpointConfig
    • getS3

      public final String getS3()
      Description copied from interface: S3BackendEndpointConfig
      (experimental) (Optional) Custom endpoint URL for the AWS S3 API.

      This can also be sourced from the environment variable AWS_ENDPOINT_URL_S3 or the deprecated environment variable AWS_S3_ENDPOINT.

      Specified by:
      getS3 in interface S3BackendEndpointConfig
    • getSso

      public final String getSso()
      Description copied from interface: S3BackendEndpointConfig
      (experimental) (Optional) Custom endpoint URL for the AWS IAM Identity Center (formerly known as AWS SSO) API.

      This can also be sourced from the environment variable AWS_ENDPOINT_URL_SSO.

      Specified by:
      getSso in interface S3BackendEndpointConfig
    • getSts

      public final String getSts()
      Description copied from interface: S3BackendEndpointConfig
      (experimental) (Optional) Custom endpoint URL for the AWS STS API.

      This can also be sourced from the environment variable AWS_ENDPOINT_URL_STS or the deprecated environment variable AWS_STS_ENDPOINT.

      Specified by:
      getSts in interface S3BackendEndpointConfig
    • $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