CreateWorkflowRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes what change has been made in this version of the workflow, or what makes this version different from other versions of the workflow.

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard
val data: String?

Contains the UTF-8 encoded YAML document content for the workflow. Alternatively, you can specify the uri of a YAML document file stored in Amazon S3. However, you cannot specify both properties.

Link copied to clipboard

Describes the workflow.

Link copied to clipboard

The ID of the KMS key that is used to encrypt this workflow resource.

Link copied to clipboard
val name: String?

The name of the workflow to create.

Link copied to clipboard

The semantic version of this workflow resource. The semantic version syntax adheres to the following rules.

Link copied to clipboard

Tags that apply to the workflow resource.

Link copied to clipboard

The phase in the image build process for which the workflow resource is responsible.

Link copied to clipboard
val uri: String?

The uri of a YAML component document file. This must be an S3 URL (s3://bucket/key), and the requester must have permission to access the S3 bucket it points to. If you use Amazon S3, you can specify component content up to your service quota.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String