We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource schema for AWS::ImageBuilder::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(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkflowResult
def get_workflow_output(arn: 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)
public static Output<GetWorkflowResult> getWorkflow(GetWorkflowArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:imagebuilder:getWorkflow
arguments:
# arguments dictionaryThe following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the workflow.
- Arn string
- The Amazon Resource Name (ARN) of the workflow.
- arn String
- The Amazon Resource Name (ARN) of the workflow.
- arn string
- The Amazon Resource Name (ARN) of the workflow.
- arn str
- The Amazon Resource Name (ARN) of the workflow.
- arn String
- The Amazon Resource Name (ARN) of the workflow.
getWorkflow Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the workflow.
- Latest
Version Pulumi.Aws Native. Image Builder. Outputs. Workflow Latest Version - The latest version references of the workflow.
- Dictionary<string, string>
- The tags associated with the workflow.
- Arn string
- The Amazon Resource Name (ARN) of the workflow.
- Latest
Version WorkflowLatest Version - The latest version references of the workflow.
- map[string]string
- The tags associated with the workflow.
- arn String
- The Amazon Resource Name (ARN) of the workflow.
- latest
Version WorkflowLatest Version - The latest version references of the workflow.
- Map<String,String>
- The tags associated with the workflow.
- arn string
- The Amazon Resource Name (ARN) of the workflow.
- latest
Version WorkflowLatest Version - The latest version references of the workflow.
- {[key: string]: string}
- The tags associated with the workflow.
- arn str
- The Amazon Resource Name (ARN) of the workflow.
- latest_
version WorkflowLatest Version - The latest version references of the workflow.
- Mapping[str, str]
- The tags associated with the workflow.
- arn String
- The Amazon Resource Name (ARN) of the workflow.
- latest
Version Property Map - The latest version references of the workflow.
- Map<String>
- The tags associated with the workflow.
Supporting Types
WorkflowLatestVersion
- Arn string
- The latest version ARN of the created workflow.
- Major string
- The latest version ARN of the created workflow, with the same major version.
- Minor string
- The latest version ARN of the created workflow, with the same minor version.
- Patch string
- The latest version ARN of the created workflow, with the same patch version.
- Arn string
- The latest version ARN of the created workflow.
- Major string
- The latest version ARN of the created workflow, with the same major version.
- Minor string
- The latest version ARN of the created workflow, with the same minor version.
- Patch string
- The latest version ARN of the created workflow, with the same patch version.
- arn String
- The latest version ARN of the created workflow.
- major String
- The latest version ARN of the created workflow, with the same major version.
- minor String
- The latest version ARN of the created workflow, with the same minor version.
- patch String
- The latest version ARN of the created workflow, with the same patch version.
- arn string
- The latest version ARN of the created workflow.
- major string
- The latest version ARN of the created workflow, with the same major version.
- minor string
- The latest version ARN of the created workflow, with the same minor version.
- patch string
- The latest version ARN of the created workflow, with the same patch version.
- arn str
- The latest version ARN of the created workflow.
- major str
- The latest version ARN of the created workflow, with the same major version.
- minor str
- The latest version ARN of the created workflow, with the same minor version.
- patch str
- The latest version ARN of the created workflow, with the same patch version.
- arn String
- The latest version ARN of the created workflow.
- major String
- The latest version ARN of the created workflow, with the same major version.
- minor String
- The latest version ARN of the created workflow, with the same minor version.
- patch String
- The latest version ARN of the created workflow, with the same patch version.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
