Interface DatastreamConnectionProfileGcsProfile
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DatastreamConnectionProfileGcsProfile.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.840Z") @Stability(Stable) public interface DatastreamConnectionProfileGcsProfile extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDatastreamConnectionProfileGcsProfile.BuilderA builder forDatastreamConnectionProfileGcsProfilestatic classDatastreamConnectionProfileGcsProfile.Jsii$ProxyAn implementation forDatastreamConnectionProfileGcsProfile
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DatastreamConnectionProfileGcsProfile.Builderbuilder()StringgetBucket()The Cloud Storage bucket name.default StringgetRootPath()The root path inside the Cloud Storage bucket.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
The Cloud Storage bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#bucket DatastreamConnectionProfile#bucket}
-
getRootPath
@Stability(Stable) @Nullable default String getRootPath()
The root path inside the Cloud Storage bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/datastream_connection_profile#root_path DatastreamConnectionProfile#root_path}
-
builder
@Stability(Stable) static DatastreamConnectionProfileGcsProfile.Builder builder()
-
-