Workflow

class Workflow : KotlinCustomResource

Resource schema for AWS::ImageBuilder::Workflow

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the workflow.

Link copied to clipboard

The change description of the workflow.

Link copied to clipboard
val data: Output<String>?

The data of the workflow.

Link copied to clipboard
val description: Output<String>?

The description of the workflow.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyId: Output<String>?

The KMS key identifier used to encrypt the workflow.

Link copied to clipboard
val name: Output<String>

The name of the workflow.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<Map<String, String>>?

The tags associated with the workflow.

Link copied to clipboard
val type: Output<WorkflowType>

The type of the workflow denotes whether the workflow is used to build, test, or distribute.

Link copied to clipboard
val uri: Output<String>?

The uri of the workflow.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val version: Output<String>

The version of the workflow.