Interface CloudRunV2ServiceTemplateContainersStartupProbeHttpGet
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2ServiceTemplateContainersStartupProbeHttpGet.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.007Z") @Stability(Stable) public interface CloudRunV2ServiceTemplateContainersStartupProbeHttpGet extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2ServiceTemplateContainersStartupProbeHttpGet.BuilderA builder forCloudRunV2ServiceTemplateContainersStartupProbeHttpGetstatic classCloudRunV2ServiceTemplateContainersStartupProbeHttpGet.Jsii$ProxyAn implementation forCloudRunV2ServiceTemplateContainersStartupProbeHttpGet
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CloudRunV2ServiceTemplateContainersStartupProbeHttpGet.Builderbuilder()default ObjectgetHttpHeaders()http_headers block.default StringgetPath()Path to access on the HTTP server.default NumbergetPort()Port number to access on the container.
-
-
-
Method Detail
-
getHttpHeaders
@Stability(Stable) @Nullable default Object getHttpHeaders()
http_headers block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#http_headers CloudRunV2Service#http_headers}
-
getPath
@Stability(Stable) @Nullable default String getPath()
Path to access on the HTTP server. Defaults to '/'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#path CloudRunV2Service#path}
-
getPort
@Stability(Stable) @Nullable default Number getPort()
Port number to access on the container.Must be in the range 1 to 65535. If not specified, defaults to the same value as container.ports[0].containerPort. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#port CloudRunV2Service#port}
-
builder
@Stability(Stable) static CloudRunV2ServiceTemplateContainersStartupProbeHttpGet.Builder builder()
-
-