Show / Hide Table of Contents

Interface CfnDataset.IIotEventsDestinationConfigurationProperty

Configuration information for delivery of dataset contents to AWS IoT Events .

Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public interface IIotEventsDestinationConfigurationProperty
Syntax (vb)
Public Interface IIotEventsDestinationConfigurationProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html

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;

IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = new IotEventsDestinationConfigurationProperty {
    InputName = "inputName",
    RoleArn = "roleArn"
};

Synopsis

Properties

InputName

The name of the AWS IoT Events input to which dataset contents are delivered.

RoleArn

The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.

Properties

InputName

The name of the AWS IoT Events input to which dataset contents are delivered.

string InputName { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html#cfn-iotanalytics-dataset-ioteventsdestinationconfiguration-inputname

RoleArn

The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.

string RoleArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-ioteventsdestinationconfiguration.html#cfn-iotanalytics-dataset-ioteventsdestinationconfiguration-rolearn

Back to top Generated by DocFX