AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.imagebuilder.Workflow
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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 string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args 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 string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkflowArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args 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
The Workflow resource accepts the following input properties:
- Type
Pulumi.
Aws Native. Image Builder. Workflow Type - The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- Version string
- The version of the workflow.
- Change
Description string - The change description of the workflow.
- Data string
- The data of the workflow.
- Description string
- The description of the workflow.
- Kms
Key stringId - The KMS key identifier used to encrypt the workflow.
- Name string
- The name of the workflow.
- Dictionary<string, string>
- The tags associated with the workflow.
- Uri string
- The uri of the workflow.
- Type
Workflow
Type - The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- Version string
- The version of the workflow.
- Change
Description string - The change description of the workflow.
- Data string
- The data of the workflow.
- Description string
- The description of the workflow.
- Kms
Key stringId - The KMS key identifier used to encrypt the workflow.
- Name string
- The name of the workflow.
- map[string]string
- The tags associated with the workflow.
- Uri string
- The uri of the workflow.
- type
Workflow
Type - The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- version String
- The version of the workflow.
- change
Description String - The change description of the workflow.
- data String
- The data of the workflow.
- description String
- The description of the workflow.
- kms
Key StringId - The KMS key identifier used to encrypt the workflow.
- name String
- The name of the workflow.
- Map<String,String>
- The tags associated with the workflow.
- uri String
- The uri of the workflow.
- type
Workflow
Type - The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- version string
- The version of the workflow.
- change
Description string - The change description of the workflow.
- data string
- The data of the workflow.
- description string
- The description of the workflow.
- kms
Key stringId - The KMS key identifier used to encrypt the workflow.
- name string
- The name of the workflow.
- {[key: string]: string}
- The tags associated with the workflow.
- uri string
- The uri of the workflow.
- type
Workflow
Type - The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- version 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_ strid - The KMS key identifier used to encrypt the workflow.
- name str
- The name of the workflow.
- Mapping[str, str]
- The tags associated with the workflow.
- uri str
- The uri of the workflow.
- type "BUILD" | "TEST" | "DISTRIBUTION"
- The type of the workflow denotes whether the workflow is used to build, test, or distribute.
- version String
- The version of the workflow.
- change
Description String - The change description of the workflow.
- data String
- The data of the workflow.
- description String
- The description of the workflow.
- kms
Key StringId - The KMS key identifier used to encrypt the workflow.
- name String
- The name of the workflow.
- 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:
Supporting Types
WorkflowType, WorkflowTypeArgs
- Build
- BUILD
- Test
- TEST
- Distribution
- DISTRIBUTION
- Workflow
Type Build - BUILD
- Workflow
Type Test - TEST
- Workflow
Type Distribution - 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi