public static interface CfnFlow.TaskPropertiesObjectProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFlow.TaskPropertiesObjectProperty.Builder
A builder for
CfnFlow.TaskPropertiesObjectProperty |
static class |
CfnFlow.TaskPropertiesObjectProperty.Jsii$Proxy
An implementation for
CfnFlow.TaskPropertiesObjectProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFlow.TaskPropertiesObjectProperty.Builder |
builder() |
java.lang.String |
getKey()
The task property key.
|
java.lang.String |
getValue()
The task property value.
|
java.lang.String getKey()
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
java.lang.String getValue()
static CfnFlow.TaskPropertiesObjectProperty.Builder builder()