aws-cdk-lib.aws_iotanalytics.CfnDataset.IotEventsDestinationConfigurationProperty

interface IotEventsDestinationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IoTAnalytics.CfnDataset.IotEventsDestinationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiotanalytics#CfnDataset_IotEventsDestinationConfigurationProperty
Javasoftware.amazon.awscdk.services.iotanalytics.CfnDataset.IotEventsDestinationConfigurationProperty
Pythonaws_cdk.aws_iotanalytics.CfnDataset.IotEventsDestinationConfigurationProperty
TypeScript aws-cdk-lib » aws_iotanalytics » CfnDataset » IotEventsDestinationConfigurationProperty

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 { aws_iotanalytics as iotanalytics } from 'aws-cdk-lib';
const iotEventsDestinationConfigurationProperty: iotanalytics.CfnDataset.IotEventsDestinationConfigurationProperty = {
  inputName: 'inputName',
  roleArn: 'roleArn',
};

Properties

NameTypeDescription
inputNamestringThe name of the AWS IoT Events input to which dataset contents are delivered.
roleArnstringThe ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.

inputName

Type: string

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


roleArn

Type: string

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