Show / Hide Table of Contents

Class CfnDataset.IotEventsDestinationConfigurationProperty

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

Inheritance
System.Object
CfnDataset.IotEventsDestinationConfigurationProperty
Implements
CfnDataset.IIotEventsDestinationConfigurationProperty
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.AWS.IoTAnalytics.dll
Syntax (csharp)
public class IotEventsDestinationConfigurationProperty : Object, CfnDataset.IIotEventsDestinationConfigurationProperty
Syntax (vb)
Public Class IotEventsDestinationConfigurationProperty
    Inherits Object
    Implements CfnDataset.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;

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

Synopsis

Constructors

IotEventsDestinationConfigurationProperty()

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.

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.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.

public string RoleArn { get; set; }
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

Implements

CfnDataset.IIotEventsDestinationConfigurationProperty
Back to top Generated by DocFX