Class CloudRunV2ServiceTemplateVolumesSecret.Jsii$Proxy

    • Method Detail

      • getSecret

        public final String getSecret()
        Description copied from interface: CloudRunV2ServiceTemplateVolumesSecret
        The name of the secret in Cloud Secret Manager.

        Format: {secret} if the secret is in the same project. projects/{project}/secrets/{secret} if the secret is in a different project. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#secret CloudRunV2Service#secret}

        Specified by:
        getSecret in interface CloudRunV2ServiceTemplateVolumesSecret
      • getDefaultMode

        public final Number getDefaultMode()
        Description copied from interface: CloudRunV2ServiceTemplateVolumesSecret
        Integer representation of mode bits to use on created files by default.

        Must be a value between 0000 and 0777 (octal), defaulting to 0444. Directories within the path are not affected by this setting. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#default_mode CloudRunV2Service#default_mode}

        Specified by:
        getDefaultMode in interface CloudRunV2ServiceTemplateVolumesSecret
      • $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