Class FunctionSecretVolumeVersion
- java.lang.Object
-
- com.pulumi.gcp.cloudfunctions.outputs.FunctionSecretVolumeVersion
-
public final class FunctionSecretVolumeVersion extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FunctionSecretVolumeVersion.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionSecretVolumeVersion.Builder
builder()
static FunctionSecretVolumeVersion.Builder
builder(FunctionSecretVolumeVersion defaults)
java.lang.String
path()
java.lang.String
version()
-
-
-
Method Detail
-
path
public java.lang.String path()
- Returns:
- 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 mount_path as "/etc/secrets" and path as "/secret_foo" would mount the secret value file at "/etc/secrets/secret_foo".
-
version
public java.lang.String version()
- Returns:
- 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.
-
builder
public static FunctionSecretVolumeVersion.Builder builder()
-
builder
public static FunctionSecretVolumeVersion.Builder builder(FunctionSecretVolumeVersion defaults)
-
-