public static interface CfnDataset.IotEventsDestinationConfigurationProperty
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() |
java.lang.String |
getInputName()
The name of the AWS IoT Events input to which dataset contents are delivered.
|
java.lang.String |
getRoleArn()
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
|