Class WorkflowState


  • public final class WorkflowState
    extends com.pulumi.resources.ResourceArgs
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  WorkflowState.Builder  
      • Nested classes/interfaces inherited from class com.pulumi.resources.InputArgs

        com.pulumi.resources.InputArgs.InputArgsInternal
    • Method Detail

      • arn

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> arn()
        Returns:
        The Workflow ARN.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        A textual description for the workflow.
      • onExceptionSteps

        public java.util.Optional<com.pulumi.core.Output<java.util.List<WorkflowOnExceptionStepArgs>>> onExceptionSteps()
        Returns:
        Specifies the steps (actions) to take if errors are encountered during execution of the workflow. See Workflow Steps below.
      • steps

        public java.util.Optional<com.pulumi.core.Output<java.util.List<WorkflowStepArgs>>> steps()
        Returns:
        Specifies the details for the steps that are in the specified workflow. See Workflow Steps below.
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        A map of tags to assign to the resource. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
      • tagsAll

        @Deprecated
        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tagsAll()
        Deprecated.
        Please use `tags` instead.
        Returns:
        A map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.