Interface CloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.968Z") @Stability(Stable) public interface CloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef.Builderstatic classCloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef.Jsii$ProxyAn implementation forCloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef.Builderbuilder()StringgetSecret()The name of the secret in Cloud Secret Manager.StringgetVersion()The Cloud Secret Manager secret version.
-
-
-
Method Detail
-
getSecret
@Stability(Stable) @NotNull String getSecret()
The name of the secret in Cloud Secret Manager.Format: {secretName} if the secret is in the same project. projects/{project}/secrets/{secretName} 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_job#secret CloudRunV2Job#secret}
-
getVersion
@Stability(Stable) @NotNull String getVersion()
The Cloud Secret Manager secret version.Can be 'latest' for the latest value or an integer for a specific version. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_job#version CloudRunV2Job#version}
-
builder
@Stability(Stable) static CloudRunV2JobTemplateTemplateContainersEnvValueSourceSecretKeyRef.Builder builder()
-
-