FlowDefinitionState constructor
- Input<
String?> ? arn, - Input<
String?> ? flowDefinitionName, - Input<
FlowDefinitionHumanLoopActivationConfig?> ? humanLoopActivationConfig, - Input<
FlowDefinitionHumanLoopConfig?> ? humanLoopConfig, - Input<
FlowDefinitionHumanLoopRequestSource?> ? humanLoopRequestSource, - Input<
FlowDefinitionOutputConfig?> ? outputConfig, - Input<
String?> ? region, - Input<
String?> ? roleArn, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?>
Creates a new FlowDefinitionState.
arn ARN assigned by AWS to this Flow Definition.
flowDefinitionName The name of your flow definition.
humanLoopActivationConfig An object containing information about the events that trigger a human workflow. See Human Loop Activation Config details below.
humanLoopConfig An object containing information about the tasks the human reviewers will perform. See Human Loop Config details below.
humanLoopRequestSource Container for configuring the source of human task requests. Use to specify if Amazon Rekognition or Amazon Textract is used as an integration source. See Human Loop Request Source details below.
outputConfig An object containing information about where the human review results will be uploaded. See Output Config details below.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
roleArn ARN of the role needed to call other services on your behalf.
tags A map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const FlowDefinitionState({
this.arn,
this.flowDefinitionName,
this.humanLoopActivationConfig,
this.humanLoopConfig,
this.humanLoopRequestSource,
this.outputConfig,
this.region,
this.roleArn,
this.tags,
this.tagsAll,
});