@Stability(value=Stable)
public static interface CfnDataset.IotEventsDestinationConfigurationProperty
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.*;
IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = IotEventsDestinationConfigurationProperty.builder()
.inputName("inputName")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.IotEventsDestinationConfigurationProperty.Builder
A builder for
CfnDataset.IotEventsDestinationConfigurationProperty |
static class |
CfnDataset.IotEventsDestinationConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.IotEventsDestinationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.IotEventsDestinationConfigurationProperty.Builder |
builder() |
String |
getInputName()
The name of the AWS IoT Events input to which dataset contents are delivered.
|
String |
getRoleArn()
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
|
@Stability(value=Stable) @NotNull String getInputName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnDataset.IotEventsDestinationConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.