Interface CfnIntegration.TaskPropertiesMapProperty

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

@Stability(Stable) public static interface CfnIntegration.TaskPropertiesMapProperty 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.customerprofiles.*;
 TaskPropertiesMapProperty taskPropertiesMapProperty = TaskPropertiesMapProperty.builder()
         .operatorPropertyKey("operatorPropertyKey")
         .property("property")
         .build();
 

See Also: