Interface ClouddeployTargetRun
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ClouddeployTargetRun.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.174Z") @Stability(Stable) public interface ClouddeployTargetRun extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClouddeployTargetRun.BuilderA builder forClouddeployTargetRunstatic classClouddeployTargetRun.Jsii$ProxyAn implementation forClouddeployTargetRun
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ClouddeployTargetRun.Builderbuilder()StringgetLocation()Required.
-
-
-
Method Detail
-
getLocation
@Stability(Stable) @NotNull String getLocation()
Required. The location where the Cloud Run Service should be located. Format isprojects/{project}/locations/{location}.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/clouddeploy_target#location ClouddeployTarget#location}
-
builder
@Stability(Stable) static ClouddeployTargetRun.Builder builder()
- Returns:
- a
ClouddeployTargetRun.BuilderofClouddeployTargetRun
-
-