@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.989Z") @Stability(value=Stable) public interface CfnScheduledAuditProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iot.*;
CfnScheduledAuditProps cfnScheduledAuditProps = CfnScheduledAuditProps.builder()
.frequency("frequency")
.targetCheckNames(List.of("targetCheckNames"))
// the properties below are optional
.dayOfMonth("dayOfMonth")
.dayOfWeek("dayOfWeek")
.scheduledAuditName("scheduledAuditName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| 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) @Nullable default String getDayOfMonth()
@Stability(value=Stable) @Nullable default String getDayOfWeek()
@Stability(value=Stable) @NotNull String getFrequency()
@Stability(value=Stable) @Nullable default String getScheduledAuditName()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @NotNull List<String> getTargetCheckNames()
@Stability(value=Stable) static CfnScheduledAuditProps.Builder builder()
CfnScheduledAuditProps.Builder of CfnScheduledAuditPropsCopyright © 2021. All rights reserved.