1. Packages
  2. AWS Native
  3. API Docs
  4. transfer
  5. getWorkflow

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

aws-native.transfer.getWorkflow

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi

    Resource Type definition for AWS::Transfer::Workflow

    Using getWorkflow

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWorkflow(args: GetWorkflowArgs, opts?: InvokeOptions): Promise<GetWorkflowResult>
    function getWorkflowOutput(args: GetWorkflowOutputArgs, opts?: InvokeOptions): Output<GetWorkflowResult>
    def get_workflow(workflow_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetWorkflowResult
    def get_workflow_output(workflow_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetWorkflowResult]
    func LookupWorkflow(ctx *Context, args *LookupWorkflowArgs, opts ...InvokeOption) (*LookupWorkflowResult, error)
    func LookupWorkflowOutput(ctx *Context, args *LookupWorkflowOutputArgs, opts ...InvokeOption) LookupWorkflowResultOutput

    > Note: This function is named LookupWorkflow in the Go SDK.

    public static class GetWorkflow 
    {
        public static Task<GetWorkflowResult> InvokeAsync(GetWorkflowArgs args, InvokeOptions? opts = null)
        public static Output<GetWorkflowResult> Invoke(GetWorkflowInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:transfer:getWorkflow
      arguments:
        # arguments dictionary

    The following arguments are supported:

    WorkflowId string

    A unique identifier for the workflow.

    WorkflowId string

    A unique identifier for the workflow.

    workflowId String

    A unique identifier for the workflow.

    workflowId string

    A unique identifier for the workflow.

    workflow_id str

    A unique identifier for the workflow.

    workflowId String

    A unique identifier for the workflow.

    getWorkflow Result

    The following output properties are available:

    Arn string

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    Tags List<Pulumi.AwsNative.Transfer.Outputs.WorkflowTag>

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    WorkflowId string

    A unique identifier for the workflow.

    Arn string

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    Tags []WorkflowTag

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    WorkflowId string

    A unique identifier for the workflow.

    arn String

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    tags List<WorkflowTag>

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    workflowId String

    A unique identifier for the workflow.

    arn string

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    tags WorkflowTag[]

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    workflowId string

    A unique identifier for the workflow.

    arn str

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    tags Sequence[WorkflowTag]

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    workflow_id str

    A unique identifier for the workflow.

    arn String

    Specifies the unique Amazon Resource Name (ARN) for the workflow.

    tags List<Property Map>

    Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

    workflowId String

    A unique identifier for the workflow.

    Supporting Types

    WorkflowTag

    Key string

    The name assigned to the tag that you create.

    Value string

    Contains one or more values that you assigned to the key name you create.

    Key string

    The name assigned to the tag that you create.

    Value string

    Contains one or more values that you assigned to the key name you create.

    key String

    The name assigned to the tag that you create.

    value String

    Contains one or more values that you assigned to the key name you create.

    key string

    The name assigned to the tag that you create.

    value string

    Contains one or more values that you assigned to the key name you create.

    key str

    The name assigned to the tag that you create.

    value str

    Contains one or more values that you assigned to the key name you create.

    key String

    The name assigned to the tag that you create.

    value String

    Contains one or more values that you assigned to the key name you create.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.64.0 published on Friday, Jun 2, 2023 by Pulumi