Interface CloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:17.940Z") @Stability(Stable) public interface CloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef.Builderstatic classCloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef.Jsii$ProxyAn implementation forCloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static CloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef.Builderbuilder()StringgetKey()A Cloud Secret Manager secret version.StringgetName()The name of the secret in Cloud Secret Manager.
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
A Cloud Secret Manager secret version. Must be 'latest' for the latest version 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_service#key CloudRunService#key}
-
getName
@Stability(Stable) @NotNull String getName()
The name of the secret in Cloud Secret Manager.By default, the secret is assumed to be in the same project. If the secret is in another project, you must define an alias. An alias definition has the form: :projects/{project-id|project-number}/secrets/. If multiple alias definitions are needed, they must be separated by commas. The alias definitions must be set on the run.googleapis.com/secrets annotation. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_service#name CloudRunService#name}
-
builder
@Stability(Stable) static CloudRunServiceTemplateSpecContainersEnvValueFromSecretKeyRef.Builder builder()
-
-