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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlow.TaskPropertiesObjectPropertystatic final classAn implementation forCfnFlow.TaskPropertiesObjectProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKey
The task property key.Allowed Values :
VALUE | VALUES | DATA_TYPE | UPPER_BOUND | LOWER_BOUND | SOURCE_DATA_TYPE | DESTINATION_DATA_TYPE | VALIDATION_ACTION | MASK_VALUE | MASK_LENGTH | TRUNCATE_LENGTH | MATH_OPERATION_FIELDS_ORDER | CONCAT_FORMAT | SUBFIELD_CATEGORY_MAP|EXCLUDE_SOURCE_FIELDS_LIST -
getValue
The task property value. -
builder
-