Interface CloudRunV2ServiceTemplateVpcAccess

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    CloudRunV2ServiceTemplateVpcAccess.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:18.018Z")
    @Stability(Stable)
    public interface CloudRunV2ServiceTemplateVpcAccess
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getConnector

        @Stability(Stable)
        @Nullable
        default String getConnector()
        VPC Access connector name. Format: projects/{project}/locations/{location}/connectors/{connector}, where {project} can be project id or number.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#connector CloudRunV2Service#connector}

      • getEgress

        @Stability(Stable)
        @Nullable
        default String getEgress()
        Traffic VPC egress settings. Possible values: ["ALL_TRAFFIC", "PRIVATE_RANGES_ONLY"].

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#egress CloudRunV2Service#egress}

      • getNetworkInterfaces

        @Stability(Stable)
        @Nullable
        default Object getNetworkInterfaces()
        network_interfaces block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#network_interfaces CloudRunV2Service#network_interfaces}