Interface CloudRunServiceTemplateSpecContainersVolumeMounts
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunServiceTemplateSpecContainersVolumeMounts.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.953Z") @Stability(Stable) public interface CloudRunServiceTemplateSpecContainersVolumeMounts extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunServiceTemplateSpecContainersVolumeMounts.BuilderA builder forCloudRunServiceTemplateSpecContainersVolumeMountsstatic classCloudRunServiceTemplateSpecContainersVolumeMounts.Jsii$ProxyAn implementation forCloudRunServiceTemplateSpecContainersVolumeMounts
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudRunServiceTemplateSpecContainersVolumeMounts.Builderbuilder()StringgetMountPath()Path within the container at which the volume should be mounted.StringgetName()This must match the Name of a Volume.
-
-
-
Method Detail
-
getMountPath
@Stability(Stable) @NotNull String getMountPath()
Path within the container at which the volume should be mounted. Must not contain ':'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#mount_path CloudRunService#mount_path}
-
getName
@Stability(Stable) @NotNull String getName()
This must match the Name of a Volume.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#name CloudRunService#name}
-
builder
@Stability(Stable) static CloudRunServiceTemplateSpecContainersVolumeMounts.Builder builder()
-
-