Class FileTaskStepArgs


  • public final class FileTaskStepArgs
    extends com.pulumi.resources.ResourceArgs
    The properties of a task step.
    • Method Detail

      • contextAccessToken

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> contextAccessToken()
        Returns:
        The token (git PAT or SAS token of storage account blob) associated with the context for a step.
      • contextPath

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> contextPath()
        Returns:
        The URL(absolute or relative) of the source context for the task step.
      • taskFilePath

        public com.pulumi.core.Output<java.lang.String> taskFilePath()
        Returns:
        The task template/definition file path relative to the source context.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The type of the step. Expected value is 'FileTask'.
      • values

        public java.util.Optional<com.pulumi.core.Output<java.util.List<SetValueArgs>>> values()
        Returns:
        The collection of overridable values that can be passed when running a task.
      • valuesFilePath

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> valuesFilePath()
        Returns:
        The task values/parameters file path relative to the source context.