@Stability(value=Stable)
public static interface CfnPipeline.DeviceRegistryEnrichProperty
extends software.amazon.jsii.JsiiSerializable
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.iotanalytics.*;
DeviceRegistryEnrichProperty deviceRegistryEnrichProperty = DeviceRegistryEnrichProperty.builder()
.attribute("attribute")
.name("name")
.roleArn("roleArn")
.thingName("thingName")
// the properties below are optional
.next("next")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPipeline.DeviceRegistryEnrichProperty.Builder
A builder for
CfnPipeline.DeviceRegistryEnrichProperty |
static class |
CfnPipeline.DeviceRegistryEnrichProperty.Jsii$Proxy
An implementation for
CfnPipeline.DeviceRegistryEnrichProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPipeline.DeviceRegistryEnrichProperty.Builder |
builder() |
String |
getAttribute()
The name of the attribute that is added to the message.
|
String |
getName()
The name of the 'deviceRegistryEnrich' activity.
|
default String |
getNext()
The next activity in the pipeline.
|
String |
getRoleArn()
The ARN of the role that allows access to the device's registry information.
|
String |
getThingName()
The name of the IoT device whose registry information is added to the message.
|
@Stability(value=Stable) @NotNull String getAttribute()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @NotNull String getThingName()
@Stability(value=Stable) @Nullable default String getNext()
@Stability(value=Stable) static CfnPipeline.DeviceRegistryEnrichProperty.Builder builder()
Copyright © 2022. All rights reserved.