Interface Cloudfunctions2FunctionServiceConfigSecretEnvironmentVariables
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.206Z") @Stability(Stable) public interface Cloudfunctions2FunctionServiceConfigSecretEnvironmentVariables extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.Builderstatic classCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.Jsii$ProxyAn implementation forCloudfunctions2FunctionServiceConfigSecretEnvironmentVariables
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Cloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.Builderbuilder()StringgetKey()Name of the environment variable.StringgetProjectId()Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret.StringgetSecret()Name of the secret in secret manager (not the full resource name).StringgetVersion()Version of the secret (version number or the string 'latest').
-
-
-
Method Detail
-
getKey
@Stability(Stable) @NotNull String getKey()
Name of the environment variable.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#key Cloudfunctions2Function#key}
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
Project identifier (preferrably project number but can also be the project ID) of the project that contains the secret.If not set, it will be populated with the function's project assuming that the secret exists in the same project as of the function. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#project_id Cloudfunctions2Function#project_id}
-
getSecret
@Stability(Stable) @NotNull String getSecret()
Name of the secret in secret manager (not the full resource name).Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#secret Cloudfunctions2Function#secret}
-
getVersion
@Stability(Stable) @NotNull String getVersion()
Version of the secret (version number or the string 'latest').It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new instances start. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#version Cloudfunctions2Function#version}
-
builder
@Stability(Stable) static Cloudfunctions2FunctionServiceConfigSecretEnvironmentVariables.Builder builder()
-
-