Class FinspaceKxClusterCode.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.finspace_kx_cluster.FinspaceKxClusterCode.Jsii$Proxy
-
- All Implemented Interfaces:
FinspaceKxClusterCode,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- FinspaceKxClusterCode
@Stability(Stable) @Internal public static final class FinspaceKxClusterCode.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements FinspaceKxClusterCode
An implementation forFinspaceKxClusterCode
-
-
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.providers.aws.finspace_kx_cluster.FinspaceKxClusterCode
FinspaceKxClusterCode.Builder, FinspaceKxClusterCode.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(FinspaceKxClusterCode.Builder builder)Constructor that initializes the object based on literal property values passed by theFinspaceKxClusterCode.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetS3Bucket()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_bucket FinspaceKxCluster#s3_bucket}.StringgetS3Key()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_key FinspaceKxCluster#s3_key}.StringgetS3ObjectVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_object_version FinspaceKxCluster#s3_object_version}.inthashCode()
-
-
-
Constructor Detail
-
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(FinspaceKxClusterCode.Builder builder)
Constructor that initializes the object based on literal property values passed by theFinspaceKxClusterCode.Builder.
-
-
Method Detail
-
getS3Bucket
public final String getS3Bucket()
Description copied from interface:FinspaceKxClusterCodeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_bucket FinspaceKxCluster#s3_bucket}.- Specified by:
getS3Bucketin interfaceFinspaceKxClusterCode
-
getS3Key
public final String getS3Key()
Description copied from interface:FinspaceKxClusterCodeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_key FinspaceKxCluster#s3_key}.- Specified by:
getS3Keyin interfaceFinspaceKxClusterCode
-
getS3ObjectVersion
public final String getS3ObjectVersion()
Description copied from interface:FinspaceKxClusterCodeDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/finspace_kx_cluster#s3_object_version FinspaceKxCluster#s3_object_version}.- Specified by:
getS3ObjectVersionin interfaceFinspaceKxClusterCode
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-