@Stability(value=Stable)
public static interface CfnFlow.TaskPropertiesObjectProperty
extends software.amazon.jsii.JsiiSerializable
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() |
String |
getKey()
The task property key.
|
String |
getValue()
The task property value.
|
@Stability(value=Stable) @NotNull 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
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnFlow.TaskPropertiesObjectProperty.Builder builder()
Copyright © 2022. All rights reserved.