Interface CloudRunV2ServiceTemplateVolumesGcs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateVolumesGcs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.014Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateVolumesGcs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateVolumesGcs.BuilderA builder forCloudRunV2ServiceTemplateVolumesGcsstatic classCloudRunV2ServiceTemplateVolumesGcs.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateVolumesGcs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateVolumesGcs.Builderbuilder()StringgetBucket()GCS Bucket name.default ObjectgetReadOnly()If true, mount the GCS bucket as read-only.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @NotNull String getBucket()
GCS Bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#bucket CloudRunV2Service#bucket}
-
getReadOnly
@Stability(Stable) @Nullable default Object getReadOnly()
If true, mount the GCS bucket as read-only.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#read_only CloudRunV2Service#read_only}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateVolumesGcs.Builder builder()
-
-