CreateFlowDefinitionRequest

Types

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

Properties

Link copied to clipboard

The name of your flow definition.

Link copied to clipboard

An object containing information about the events that trigger a human workflow.

Link copied to clipboard

An object containing information about the tasks the human reviewers will perform.

Link copied to clipboard

Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source.

Link copied to clipboard

An object containing information about where the human review results will be uploaded.

Link copied to clipboard

The Amazon Resource Name (ARN) of the role needed to call other services on your behalf. For example, arn:aws:iam::1234567890:role/service-role/AmazonSageMaker-ExecutionRole-20180111T151298.

Link copied to clipboard
val tags: List<Tag>?

An array of key-value pairs that contain metadata to help you categorize and organize a flow definition. Each tag consists of a key and a value, both of which you define.

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