interface MetricsExportConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnSecurityProfile.MetricsExportConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnSecurityProfile_MetricsExportConfigProperty |
![]() | software.amazon.awscdk.services.iot.CfnSecurityProfile.MetricsExportConfigProperty |
![]() | aws_cdk.aws_iot.CfnSecurityProfile.MetricsExportConfigProperty |
![]() | aws-cdk-lib » aws_iot » CfnSecurityProfile » MetricsExportConfigProperty |
Specifies the MQTT topic and role ARN required for metric export.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const metricsExportConfigProperty: iot.CfnSecurityProfile.MetricsExportConfigProperty = {
mqttTopic: 'mqttTopic',
roleArn: 'roleArn',
};
Properties
Name | Type | Description |
---|---|---|
mqtt | string | The MQTT topic that Device Defender Detect should publish messages to for metrics export. |
role | string | This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf. |
mqttTopic
Type:
string
The MQTT topic that Device Defender Detect should publish messages to for metrics export.
roleArn
Type:
string
This role ARN has permission to publish MQTT messages, after which Device Defender Detect can assume the role and publish messages on your behalf.