Interface CloudRunV2ServiceTemplateVolumesCloudSqlInstance
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateVolumesCloudSqlInstance.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.013Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateVolumesCloudSqlInstance extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateVolumesCloudSqlInstance.BuilderA builder forCloudRunV2ServiceTemplateVolumesCloudSqlInstancestatic classCloudRunV2ServiceTemplateVolumesCloudSqlInstance.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateVolumesCloudSqlInstance
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateVolumesCloudSqlInstance.Builderbuilder()default List<String>getInstances()The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances.
-
-
-
Method Detail
-
getInstances
@Stability(Stable) @Nullable default List<String> getInstances()
The Cloud SQL instance connection names, as can be found in https://console.cloud.google.com/sql/instances. Visit https://cloud.google.com/sql/docs/mysql/connect-run for more information on how to connect Cloud SQL and Cloud Run. Format: {project}:{location}:{instance}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#instances CloudRunV2Service#instances}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateVolumesCloudSqlInstance.Builder builder()
-
-