aws-cdk-lib.aws_iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty

interface AuditNotificationTargetConfigurationsProperty

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

The configuration of the audit notification target.

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 auditNotificationTargetConfigurationsProperty: iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty = {
  sns: {
    enabled: false,
    roleArn: 'roleArn',
    targetArn: 'targetArn',
  },
};

Properties

NameTypeDescription
sns?IResolvable | AuditNotificationTargetPropertyThe Sns notification target.

sns?

Type: IResolvable | AuditNotificationTargetProperty (optional)

The Sns notification target.