@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.313Z") @Stability(value=Stable) public interface CfnScheduledAuditProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnScheduledAuditProps.Builder
A builder for
CfnScheduledAuditProps |
static class |
CfnScheduledAuditProps.Jsii$Proxy
An implementation for
CfnScheduledAuditProps |
Modifier and Type | Method and Description |
---|---|
static CfnScheduledAuditProps.Builder |
builder() |
default String |
getDayOfMonth()
`AWS::IoT::ScheduledAudit.DayOfMonth`.
|
default String |
getDayOfWeek()
`AWS::IoT::ScheduledAudit.DayOfWeek`.
|
String |
getFrequency()
`AWS::IoT::ScheduledAudit.Frequency`.
|
default String |
getScheduledAuditName()
`AWS::IoT::ScheduledAudit.ScheduledAuditName`.
|
default List<CfnTag> |
getTags()
`AWS::IoT::ScheduledAudit.Tags`.
|
List<String> |
getTargetCheckNames()
`AWS::IoT::ScheduledAudit.TargetCheckNames`.
|
@Stability(value=Stable) @NotNull String getFrequency()
@Stability(value=Stable) @NotNull List<String> getTargetCheckNames()
@Stability(value=Stable) @Nullable default String getDayOfMonth()
@Stability(value=Stable) @Nullable default String getDayOfWeek()
@Stability(value=Stable) @Nullable default String getScheduledAuditName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnScheduledAuditProps.Builder builder()
CfnScheduledAuditProps.Builder
of CfnScheduledAuditProps
Copyright © 2021. All rights reserved.