Class CfnDataset.IotEventsDestinationConfigurationProperty
Configuration information for delivery of dataset contents to AWS IoT Events .
Inheritance
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class IotEventsDestinationConfigurationProperty : Object, CfnDataset.IIotEventsDestinationConfigurationProperty
Syntax (vb)
Public Class IotEventsDestinationConfigurationProperty
Inherits Object
Implements CfnDataset.IIotEventsDestinationConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoTAnalytics;
var iotEventsDestinationConfigurationProperty = new IotEventsDestinationConfigurationProperty {
InputName = "inputName",
RoleArn = "roleArn"
};
Synopsis
Constructors
Iot |
Properties
Input |
The name of the AWS IoT Events input to which dataset contents are delivered. |
Role |
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input. |
Constructors
IotEventsDestinationConfigurationProperty()
public IotEventsDestinationConfigurationProperty()
Properties
InputName
The name of the AWS IoT Events input to which dataset contents are delivered.
public string InputName { get; set; }
Property Value
System.
Remarks
RoleArn
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
public string RoleArn { get; set; }
Property Value
System.