1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. imagebuilder
  5. Workflow

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.imagebuilder.Workflow

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

Resource schema for AWS::ImageBuilder::Workflow

Create Workflow Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new Workflow(name: string, args: WorkflowArgs, opts?: CustomResourceOptions);
@overload
def Workflow(resource_name: str,
             args: WorkflowArgs,
             opts: Optional[ResourceOptions] = None)

@overload
def Workflow(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             type: Optional[WorkflowType] = None,
             version: Optional[str] = None,
             change_description: Optional[str] = None,
             data: Optional[str] = None,
             description: Optional[str] = None,
             kms_key_id: Optional[str] = None,
             name: Optional[str] = None,
             tags: Optional[Mapping[str, str]] = None,
             uri: Optional[str] = None)
func NewWorkflow(ctx *Context, name string, args WorkflowArgs, opts ...ResourceOption) (*Workflow, error)
public Workflow(string name, WorkflowArgs args, CustomResourceOptions? opts = null)
public Workflow(String name, WorkflowArgs args)
public Workflow(String name, WorkflowArgs args, CustomResourceOptions options)
type: aws-native:imagebuilder:Workflow
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. WorkflowArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. WorkflowArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. WorkflowArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. WorkflowArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. WorkflowArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Workflow Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The Workflow resource accepts the following input properties:

Type This property is required. Pulumi.AwsNative.ImageBuilder.WorkflowType
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
Version This property is required. string
The version of the workflow.
ChangeDescription string
The change description of the workflow.
Data string
The data of the workflow.
Description string
The description of the workflow.
KmsKeyId string
The KMS key identifier used to encrypt the workflow.
Name string
The name of the workflow.
Tags Dictionary<string, string>
The tags associated with the workflow.
Uri string
The uri of the workflow.
Type This property is required. WorkflowType
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
Version This property is required. string
The version of the workflow.
ChangeDescription string
The change description of the workflow.
Data string
The data of the workflow.
Description string
The description of the workflow.
KmsKeyId string
The KMS key identifier used to encrypt the workflow.
Name string
The name of the workflow.
Tags map[string]string
The tags associated with the workflow.
Uri string
The uri of the workflow.
type This property is required. WorkflowType
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
version This property is required. String
The version of the workflow.
changeDescription String
The change description of the workflow.
data String
The data of the workflow.
description String
The description of the workflow.
kmsKeyId String
The KMS key identifier used to encrypt the workflow.
name String
The name of the workflow.
tags Map<String,String>
The tags associated with the workflow.
uri String
The uri of the workflow.
type This property is required. WorkflowType
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
version This property is required. string
The version of the workflow.
changeDescription string
The change description of the workflow.
data string
The data of the workflow.
description string
The description of the workflow.
kmsKeyId string
The KMS key identifier used to encrypt the workflow.
name string
The name of the workflow.
tags {[key: string]: string}
The tags associated with the workflow.
uri string
The uri of the workflow.
type This property is required. WorkflowType
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
version This property is required. str
The version of the workflow.
change_description str
The change description of the workflow.
data str
The data of the workflow.
description str
The description of the workflow.
kms_key_id str
The KMS key identifier used to encrypt the workflow.
name str
The name of the workflow.
tags Mapping[str, str]
The tags associated with the workflow.
uri str
The uri of the workflow.
type This property is required. "BUILD" | "TEST" | "DISTRIBUTION"
The type of the workflow denotes whether the workflow is used to build, test, or distribute.
version This property is required. String
The version of the workflow.
changeDescription String
The change description of the workflow.
data String
The data of the workflow.
description String
The description of the workflow.
kmsKeyId String
The KMS key identifier used to encrypt the workflow.
name String
The name of the workflow.
tags Map<String>
The tags associated with the workflow.
uri String
The uri of the workflow.

Outputs

All input properties are implicitly available as output properties. Additionally, the Workflow resource produces the following output properties:

Arn string
The Amazon Resource Name (ARN) of the workflow.
Id string
The provider-assigned unique ID for this managed resource.
Arn string
The Amazon Resource Name (ARN) of the workflow.
Id string
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the workflow.
id String
The provider-assigned unique ID for this managed resource.
arn string
The Amazon Resource Name (ARN) of the workflow.
id string
The provider-assigned unique ID for this managed resource.
arn str
The Amazon Resource Name (ARN) of the workflow.
id str
The provider-assigned unique ID for this managed resource.
arn String
The Amazon Resource Name (ARN) of the workflow.
id String
The provider-assigned unique ID for this managed resource.

Supporting Types

WorkflowType
, WorkflowTypeArgs

Build
BUILD
Test
TEST
Distribution
DISTRIBUTION
WorkflowTypeBuild
BUILD
WorkflowTypeTest
TEST
WorkflowTypeDistribution
DISTRIBUTION
Build
BUILD
Test
TEST
Distribution
DISTRIBUTION
Build
BUILD
Test
TEST
Distribution
DISTRIBUTION
BUILD
BUILD
TEST
TEST
DISTRIBUTION
DISTRIBUTION
"BUILD"
BUILD
"TEST"
TEST
"DISTRIBUTION"
DISTRIBUTION

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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi