Class RdsClusterS3Import.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.rds_cluster.RdsClusterS3Import.Jsii$Proxy
-
- All Implemented Interfaces:
RdsClusterS3Import,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- RdsClusterS3Import
@Stability(Stable) @Internal public static final class RdsClusterS3Import.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements RdsClusterS3Import
An implementation forRdsClusterS3Import
-
-
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.rds_cluster.RdsClusterS3Import
RdsClusterS3Import.Builder, RdsClusterS3Import.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(RdsClusterS3Import.Builder builder)Constructor that initializes the object based on literal property values passed by theRdsClusterS3Import.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)StringgetBucketName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_name RdsCluster#bucket_name}.StringgetBucketPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_prefix RdsCluster#bucket_prefix}.StringgetIngestionRole()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#ingestion_role RdsCluster#ingestion_role}.StringgetSourceEngine()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine RdsCluster#source_engine}.StringgetSourceEngineVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine_version RdsCluster#source_engine_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(RdsClusterS3Import.Builder builder)
Constructor that initializes the object based on literal property values passed by theRdsClusterS3Import.Builder.
-
-
Method Detail
-
getBucketName
public final String getBucketName()
Description copied from interface:RdsClusterS3ImportDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_name RdsCluster#bucket_name}.- Specified by:
getBucketNamein interfaceRdsClusterS3Import
-
getIngestionRole
public final String getIngestionRole()
Description copied from interface:RdsClusterS3ImportDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#ingestion_role RdsCluster#ingestion_role}.- Specified by:
getIngestionRolein interfaceRdsClusterS3Import
-
getSourceEngine
public final String getSourceEngine()
Description copied from interface:RdsClusterS3ImportDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine RdsCluster#source_engine}.- Specified by:
getSourceEnginein interfaceRdsClusterS3Import
-
getSourceEngineVersion
public final String getSourceEngineVersion()
Description copied from interface:RdsClusterS3ImportDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine_version RdsCluster#source_engine_version}.- Specified by:
getSourceEngineVersionin interfaceRdsClusterS3Import
-
getBucketPrefix
public final String getBucketPrefix()
Description copied from interface:RdsClusterS3ImportDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_prefix RdsCluster#bucket_prefix}.- Specified by:
getBucketPrefixin interfaceRdsClusterS3Import
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-