Uses of Interface
software.amazon.awscdk.interfaces.iot.IScheduledAuditRef
Packages that use IScheduledAuditRef
Package
Description
AWS IoT Construct Library
-
Uses of IScheduledAuditRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of IScheduledAuditRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIScheduledAuditRef.Classes in software.amazon.awscdk.interfaces.iot that implement IScheduledAuditRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IScheduledAuditRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement IScheduledAuditRefModifier and TypeClassDescriptionclassUse theAWS::IoT::ScheduledAuditresource to create a scheduled audit that is run at a specified time interval.Methods in software.amazon.awscdk.services.iot that return IScheduledAuditRefModifier and TypeMethodDescriptionstatic IScheduledAuditRefCfnScheduledAudit.fromScheduledAuditArn(software.constructs.Construct scope, String id, String arn) Creates a new IScheduledAuditRef from an ARN.static IScheduledAuditRefCfnScheduledAudit.fromScheduledAuditName(software.constructs.Construct scope, String id, String scheduledAuditName) Creates a new IScheduledAuditRef from a scheduledAuditName.