Interface RdsClusterS3Import
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RdsClusterS3Import.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.595Z") @Stability(Stable) public interface RdsClusterS3Import extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRdsClusterS3Import.BuilderA builder forRdsClusterS3Importstatic classRdsClusterS3Import.Jsii$ProxyAn implementation forRdsClusterS3Import
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static RdsClusterS3Import.Builderbuilder()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}.default 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}.
-
-
-
Method Detail
-
getBucketName
@Stability(Stable) @NotNull String getBucketName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_name RdsCluster#bucket_name}.
-
getIngestionRole
@Stability(Stable) @NotNull String getIngestionRole()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#ingestion_role RdsCluster#ingestion_role}.
-
getSourceEngine
@Stability(Stable) @NotNull String getSourceEngine()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#source_engine RdsCluster#source_engine}.
-
getSourceEngineVersion
@Stability(Stable) @NotNull String getSourceEngineVersion()
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}.
-
getBucketPrefix
@Stability(Stable) @Nullable default String getBucketPrefix()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/rds_cluster#bucket_prefix RdsCluster#bucket_prefix}.
-
builder
@Stability(Stable) static RdsClusterS3Import.Builder builder()
- Returns:
- a
RdsClusterS3Import.BuilderofRdsClusterS3Import
-
-