Show / Hide Table of Contents

Interface CfnIntegration.ITaskPropertiesMapProperty

A map used to store task-related information.

Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.AWS.CustomerProfiles.dll
Syntax (csharp)
public interface ITaskPropertiesMapProperty
Syntax (vb)
Public Interface ITaskPropertiesMapProperty
Remarks

The execution service looks for particular information based on the TaskType .

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-taskpropertiesmap.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.CustomerProfiles;

var taskPropertiesMapProperty = new TaskPropertiesMapProperty {
    OperatorPropertyKey = "operatorPropertyKey",
    Property = "property"
};

Synopsis

Properties

OperatorPropertyKey

The task property key.

Property

The task property value.

Properties

OperatorPropertyKey

The task property key.

string OperatorPropertyKey { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-taskpropertiesmap.html#cfn-customerprofiles-integration-taskpropertiesmap-operatorpropertykey

Property

The task property value.

string Property { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-customerprofiles-integration-taskpropertiesmap.html#cfn-customerprofiles-integration-taskpropertiesmap-property

Back to top Generated by DocFX