Interface CfnFlow.TaskPropertiesObjectProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFlow.TaskPropertiesObjectProperty.Jsii$Proxy
Enclosing class:
CfnFlow

@Stability(Stable) public static interface CfnFlow.TaskPropertiesObjectProperty extends software.amazon.jsii.JsiiSerializable
A map used to store task-related information.

The execution service looks for particular information based on the TaskType .

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appflow.*;
 TaskPropertiesObjectProperty taskPropertiesObjectProperty = TaskPropertiesObjectProperty.builder()
         .key("key")
         .value("value")
         .build();
 

See Also: