Interface IScheduledAuditAttributes
(experimental) Construction properties for a Scheduled Audit.
Namespace: Amazon.CDK.AWS.IoT.Alpha
Assembly: Amazon.CDK.AWS.IoT.Alpha.dll
Syntax (csharp)
public interface IScheduledAuditAttributes
Syntax (vb)
Public Interface IScheduledAuditAttributes
Remarks
Stability: Experimental
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.Alpha;
var scheduledAuditAttributes = new ScheduledAuditAttributes {
ScheduledAuditArn = "scheduledAuditArn",
ScheduledAuditName = "scheduledAuditName"
};
Synopsis
Properties
Scheduled |
(experimental) The ARN of the scheduled audit. |
Scheduled |
(experimental) The scheduled audit name. |
Properties
ScheduledAuditArn
(experimental) The ARN of the scheduled audit.
string ScheduledAuditArn { get; }
Property Value
System.
Remarks
Stability: Experimental
ScheduledAuditName
(experimental) The scheduled audit name.
string ScheduledAuditName { get; }
Property Value
System.
Remarks
Stability: Experimental