Show / Hide Table of Contents

Class CfnFlow.TaskPropertiesObjectProperty

A map used to store task-related information.

Inheritance
System.Object
CfnFlow.TaskPropertiesObjectProperty
Implements
CfnFlow.ITaskPropertiesObjectProperty
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 .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-key

Value

The task property value.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appflow-flow-taskpropertiesobject.html#cfn-appflow-flow-taskpropertiesobject-value

Implements

CfnFlow.ITaskPropertiesObjectProperty
Back to top Generated by DocFX