Class WorkflowStepDecryptStepDetailsArgs


  • public final class WorkflowStepDecryptStepDetailsArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • destinationFileLocation

        public java.util.Optional<com.pulumi.core.Output<WorkflowStepDecryptStepDetailsDestinationFileLocationArgs>> destinationFileLocation()
        Returns:
        Specifies the location for the file being copied. Use ${Transfer:username} in this field to parametrize the destination prefix by username.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of the step, used as an identifier.
      • overwriteExisting

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> overwriteExisting()
        Returns:
        A flag that indicates whether or not to overwrite an existing file of the same name. The default is `FALSE`. Valid values are `TRUE` and `FALSE`.
      • sourceFileLocation

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> sourceFileLocation()
        Returns:
        Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The type of encryption used. Currently, this value must be `"PGP"`.