Class FunctionSecretVolumeVersionArgs.Builder

    • Method Detail

      • path

        public FunctionSecretVolumeVersionArgs.Builder path​(com.pulumi.core.Output<java.lang.String> path)
        Parameters:
        path - 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".
        Returns:
        builder
      • path

        public FunctionSecretVolumeVersionArgs.Builder path​(java.lang.String path)
        Parameters:
        path - 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".
        Returns:
        builder
      • version

        public FunctionSecretVolumeVersionArgs.Builder version​(com.pulumi.core.Output<java.lang.String> version)
        Parameters:
        version - 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.
        Returns:
        builder
      • version

        public FunctionSecretVolumeVersionArgs.Builder version​(java.lang.String version)
        Parameters:
        version - 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.
        Returns:
        builder