Class CfnFlow.TaskPropertiesObjectProperty
A map used to store task-related information.
Inheritance
System.Object
CfnFlow.TaskPropertiesObjectProperty
Implements
Namespace: Amazon.CDK.AWS.AppFlow
Assembly: Amazon.CDK.AWS.AppFlow.dll
Syntax (csharp)
public class TaskPropertiesObjectProperty : Object, CfnFlow.ITaskPropertiesObjectProperty
Syntax (vb)
Public Class TaskPropertiesObjectProperty
Inherits Object
Implements CfnFlow.ITaskPropertiesObjectProperty
Remarks
The execution service looks for particular information based on the TaskType
.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppFlow;
var taskPropertiesObjectProperty = new TaskPropertiesObjectProperty {
Key = "key",
Value = "value"
};
Synopsis
Constructors
TaskPropertiesObjectProperty() |
Properties
Key | The task property key. |
Value | The task property value. |
Constructors
TaskPropertiesObjectProperty()
public TaskPropertiesObjectProperty()
Properties
Key
The task property key.
public string Key { get; set; }
Property Value
System.String
Remarks
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
Value
The task property value.
public string Value { get; set; }
Property Value
System.String