Show / Hide Table of Contents

Class CfnDataset.IotEventsDestinationConfigurationProperty

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

Inheritance
object
CfnDataset.IotEventsDestinationConfigurationProperty
Implements
CfnDataset.IIotEventsDestinationConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.IoTAnalytics
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDataset.IotEventsDestinationConfigurationProperty : CfnDataset.IIotEventsDestinationConfigurationProperty
Syntax (vb)
Public Class CfnDataset.IotEventsDestinationConfigurationProperty Implements CfnDataset.IIotEventsDestinationConfigurationProperty
Remarks

See: 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()

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

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()

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

public IotEventsDestinationConfigurationProperty()
Remarks

See: 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"
             };

Properties

InputName

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

public string InputName { get; set; }
Property Value

string

Remarks

See: 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

string

Remarks

See: 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