Interface CfnAccountAuditConfiguration.IAuditNotificationTargetProperty
Information about the targets to which audit notifications are sent.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAuditNotificationTargetProperty
Syntax (vb)
Public Interface IAuditNotificationTargetProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var auditNotificationTargetProperty = new AuditNotificationTargetProperty {
Enabled = false,
RoleArn = "roleArn",
TargetArn = "targetArn"
};
Synopsis
Properties
Enabled | True if notifications to the target are enabled. |
Role |
The ARN of the role that grants permission to send notifications to the target. |
Target |
The ARN of the target (SNS topic) to which audit notifications are sent. |
Properties
Enabled
True if notifications to the target are enabled.
virtual object Enabled { get; }
Property Value
System.
Remarks
RoleArn
The ARN of the role that grants permission to send notifications to the target.
virtual string RoleArn { get; }
Property Value
System.
Remarks
TargetArn
The ARN of the target (SNS topic) to which audit notifications are sent.
virtual string TargetArn { get; }
Property Value
System.