Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnScheduledAuditPropsMixin.Builder
Packages that use CfnScheduledAuditPropsMixin.Builder
-
Uses of CfnScheduledAuditPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.iot
Methods in software.amazon.awscdk.cfnpropertymixins.services.iot that return CfnScheduledAuditPropsMixin.BuilderModifier and TypeMethodDescriptionCfnScheduledAuditPropsMixin.Builder.create()CfnScheduledAuditPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnScheduledAuditPropsMixin.Builder.dayOfMonth(String dayOfMonth) The day of the month on which the scheduled audit is run (if thefrequencyis "MONTHLY").The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").How often the scheduled audit occurs.CfnScheduledAuditPropsMixin.Builder.scheduledAuditName(String scheduledAuditName) The name of the scheduled audit.Metadata that can be used to manage the scheduled audit.CfnScheduledAuditPropsMixin.Builder.targetCheckNames(List<String> targetCheckNames) Which checks are performed during the scheduled audit.