Interface Cloudfunctions2FunctionServiceConfigSecretVolumesVersions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudfunctions2FunctionServiceConfigSecretVolumesVersions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.208Z") @Stability(Stable) public interface Cloudfunctions2FunctionServiceConfigSecretVolumesVersions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctions2FunctionServiceConfigSecretVolumesVersions.Builderstatic classCloudfunctions2FunctionServiceConfigSecretVolumesVersions.Jsii$ProxyAn implementation forCloudfunctions2FunctionServiceConfigSecretVolumesVersions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static Cloudfunctions2FunctionServiceConfigSecretVolumesVersions.Builderbuilder()StringgetPath()Relative path of the file under the mount path where the secret value for this version will be fetched and made available.StringgetVersion()Version of the secret (version number or the string 'latest').
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
Relative path of the file under the mount path where the secret value for this version will be fetched and made available.For example, setting the mountPath as '/etc/secrets' and path as secret_foo would mount the secret value file at /etc/secrets/secret_foo. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#path Cloudfunctions2Function#path}
-
getVersion
@Stability(Stable) @NotNull String getVersion()
Version of the secret (version number or the string 'latest').It is preferable to use latest version with secret volumes as secret value changes are reflected immediately. 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 Cloudfunctions2FunctionServiceConfigSecretVolumesVersions.Builder builder()
-
-