Package com.hashicorp.cdktf
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.InitializationModeNested classes/interfaces inherited from interface com.hashicorp.cdktf.S3BackendEndpointConfig
S3BackendEndpointConfig.Builder, S3BackendEndpointConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theS3BackendEndpointConfig.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 String(experimental) (Optional) Custom endpoint URL for the AWS DynamoDB API.final StringgetIam()(experimental) (Optional) Custom endpoint URL for the AWS IAM API.final StringgetS3()(experimental) (Optional) Custom endpoint URL for the AWS S3 API.final StringgetSso()(experimental) (Optional) Custom endpoint URL for the AWS IAM Identity Center (formerly known as AWS SSO) API.final StringgetSts()(experimental) (Optional) Custom endpoint URL for the AWS STS API.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 theS3BackendEndpointConfig.Builder.
-
-
Method Details
-
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:
getDynamodbin interfaceS3BackendEndpointConfig
-
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:
getIamin interfaceS3BackendEndpointConfig
-
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:
getS3in interfaceS3BackendEndpointConfig
-
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:
getSsoin interfaceS3BackendEndpointConfig
-
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:
getStsin interfaceS3BackendEndpointConfig
-
$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()
-