aws-cdk-lib.aws_iot.CfnSecurityProfile.AlertTargetProperty

interface AlertTargetProperty

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnSecurityProfile.AlertTargetProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnSecurityProfile_AlertTargetProperty
Javasoftware.amazon.awscdk.services.iot.CfnSecurityProfile.AlertTargetProperty
Pythonaws_cdk.aws_iot.CfnSecurityProfile.AlertTargetProperty
TypeScript aws-cdk-lib » aws_iot » CfnSecurityProfile » AlertTargetProperty

A structure containing the alert target ARN and the role ARN.

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 alertTargetProperty: iot.CfnSecurityProfile.AlertTargetProperty = {
  alertTargetArn: 'alertTargetArn',
  roleArn: 'roleArn',
};

Properties

NameTypeDescription
alertTargetArnstringThe Amazon Resource Name (ARN) of the notification target to which alerts are sent.
roleArnstringThe ARN of the role that grants permission to send alerts to the notification target.

alertTargetArn

Type: string

The Amazon Resource Name (ARN) of the notification target to which alerts are sent.


roleArn

Type: string

The ARN of the role that grants permission to send alerts to the notification target.