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
.
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
Property
The task property value.
string Property { get; }
Property Value
System.String