Interface DbInstanceS3Import
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DbInstanceS3Import.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:52.503Z") @Stability(Stable) public interface DbInstanceS3Import extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDbInstanceS3Import.BuilderA builder forDbInstanceS3Importstatic classDbInstanceS3Import.Jsii$ProxyAn implementation forDbInstanceS3Import
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DbInstanceS3Import.Builderbuilder()StringgetBucketName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#bucket_name DbInstance#bucket_name}.default StringgetBucketPrefix()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#bucket_prefix DbInstance#bucket_prefix}.StringgetIngestionRole()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#ingestion_role DbInstance#ingestion_role}.StringgetSourceEngine()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_engine DbInstance#source_engine}.StringgetSourceEngineVersion()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/db_instance#source_engine_version DbInstance#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/db_instance#bucket_name DbInstance#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/db_instance#ingestion_role DbInstance#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/db_instance#source_engine DbInstance#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/db_instance#source_engine_version DbInstance#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/db_instance#bucket_prefix DbInstance#bucket_prefix}.
-
builder
@Stability(Stable) static DbInstanceS3Import.Builder builder()
- Returns:
- a
DbInstanceS3Import.BuilderofDbInstanceS3Import
-
-