Class CloudRunV2JobTemplateTemplateContainers.Jsii$Proxy

    • Method Detail

      • getImage

        public final String getImage()
        Description copied from interface: CloudRunV2JobTemplateTemplateContainers
        URL of the Container image in Google Container Registry or Google Artifact Registry. More info: https://kubernetes.io/docs/concepts/containers/images.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#image CloudRunV2Job#image}

        Specified by:
        getImage in interface CloudRunV2JobTemplateTemplateContainers
      • getArgs

        public final List<String> getArgs()
        Description copied from interface: CloudRunV2JobTemplateTemplateContainers
        Arguments to the entrypoint.

        The docker image's CMD is used if this is not provided. Variable references are not supported in Cloud Run. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#args CloudRunV2Job#args}

        Specified by:
        getArgs in interface CloudRunV2JobTemplateTemplateContainers
      • getCommand

        public final List<String> getCommand()
        Description copied from interface: CloudRunV2JobTemplateTemplateContainers
        Entrypoint array.

        Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#command CloudRunV2Job#command}

        Specified by:
        getCommand in interface CloudRunV2JobTemplateTemplateContainers
      • getWorkingDir

        public final String getWorkingDir()
        Description copied from interface: CloudRunV2JobTemplateTemplateContainers
        Container's working directory.

        If not specified, the container runtime's default will be used, which might be configured in the container image. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#working_dir CloudRunV2Job#working_dir}

        Specified by:
        getWorkingDir in interface CloudRunV2JobTemplateTemplateContainers
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object