interface AuditNotificationTargetConfigurationsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.IoT.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
Java | software.amazon.awscdk.services.iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
Python | aws_cdk.aws_iot.CfnAccountAuditConfiguration.AuditNotificationTargetConfigurationsProperty |
TypeScript | @aws-cdk/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 * as iot from '@aws-cdk/aws-iot';
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.