@Stability(value=Stable)
public static interface CfnIntegration.TaskPropertiesMapProperty
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.customerprofiles.*;
TaskPropertiesMapProperty taskPropertiesMapProperty = TaskPropertiesMapProperty.builder()
.operatorPropertyKey("operatorPropertyKey")
.property("property")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIntegration.TaskPropertiesMapProperty.Builder
A builder for
CfnIntegration.TaskPropertiesMapProperty |
static class |
CfnIntegration.TaskPropertiesMapProperty.Jsii$Proxy
An implementation for
CfnIntegration.TaskPropertiesMapProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnIntegration.TaskPropertiesMapProperty.Builder |
builder() |
String |
getOperatorPropertyKey()
The task property key.
|
String |
getProperty()
The task property value.
|
@Stability(value=Stable) @NotNull String getOperatorPropertyKey()
@Stability(value=Stable) @NotNull String getProperty()
@Stability(value=Stable) static CfnIntegration.TaskPropertiesMapProperty.Builder builder()
Copyright © 2022. All rights reserved.