Interface CfnIntegrationPropsMixin.TaskPropertiesMapProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIntegrationPropsMixin.TaskPropertiesMapProperty.Jsii$Proxy
- Enclosing class:
CfnIntegrationPropsMixin
@Stability(Stable)
public static interface CfnIntegrationPropsMixin.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.cfnpropertymixins.services.customerprofiles.*;
TaskPropertiesMapProperty taskPropertiesMapProperty = TaskPropertiesMapProperty.builder()
.operatorPropertyKey("operatorPropertyKey")
.property("property")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnIntegrationPropsMixin.TaskPropertiesMapPropertystatic final classAn implementation forCfnIntegrationPropsMixin.TaskPropertiesMapProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getOperatorPropertyKey
The task property key.- See Also:
-
getProperty
The task property value.- See Also:
-
builder
-