Interface CfnDataset.IotEventsDestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.IotEventsDestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
@Stability(Stable)
public static interface CfnDataset.IotEventsDestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration information for delivery of dataset contents to AWS IoT Events .
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDataset.IotEventsDestinationConfigurationProperty
static final class
An implementation forCfnDataset.IotEventsDestinationConfigurationProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The name of the AWS IoT Events input to which dataset contents are delivered.The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputName
The name of the AWS IoT Events input to which dataset contents are delivered.- See Also:
-
getRoleArn
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.- See Also:
-
builder
-