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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIntegration.TaskPropertiesMapPropertystatic final classAn implementation forCfnIntegration.TaskPropertiesMapProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOperatorPropertyKey
The task property key. -
getProperty
The task property value. -
builder
-