interface AuditNotificationTargetConfigurationsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnAccountAuditConfiguration_AuditNotificationTargetConfigurationsProperty |
![]() | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
![]() | aws_cdk.aws_iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
![]() | 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
Name | Type | Description |
---|---|---|
sns? | IResolvable | Audit | The Sns notification target. |
sns?
Type:
IResolvable
|
Audit
(optional)
The Sns
notification target.