@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.340Z") @Stability(value=Stable) public interface CfnMaintenanceWindowProps 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.ssm.*;
CfnMaintenanceWindowProps cfnMaintenanceWindowProps = CfnMaintenanceWindowProps.builder()
.allowUnassociatedTargets(false)
.cutoff(123)
.duration(123)
.name("name")
.schedule("schedule")
// the properties below are optional
.description("description")
.endDate("endDate")
.scheduleOffset(123)
.scheduleTimezone("scheduleTimezone")
.startDate("startDate")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMaintenanceWindowProps.Builder
A builder for
CfnMaintenanceWindowProps |
static class |
CfnMaintenanceWindowProps.Jsii$Proxy
An implementation for
CfnMaintenanceWindowProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnMaintenanceWindowProps.Builder |
builder() |
Object |
getAllowUnassociatedTargets()
`AWS::SSM::MaintenanceWindow.AllowUnassociatedTargets`.
|
Number |
getCutoff()
`AWS::SSM::MaintenanceWindow.Cutoff`.
|
default String |
getDescription()
`AWS::SSM::MaintenanceWindow.Description`.
|
Number |
getDuration()
`AWS::SSM::MaintenanceWindow.Duration`.
|
default String |
getEndDate()
`AWS::SSM::MaintenanceWindow.EndDate`.
|
String |
getName()
`AWS::SSM::MaintenanceWindow.Name`.
|
String |
getSchedule()
`AWS::SSM::MaintenanceWindow.Schedule`.
|
default Number |
getScheduleOffset()
`AWS::SSM::MaintenanceWindow.ScheduleOffset`.
|
default String |
getScheduleTimezone()
`AWS::SSM::MaintenanceWindow.ScheduleTimezone`.
|
default String |
getStartDate()
`AWS::SSM::MaintenanceWindow.StartDate`.
|
default List<CfnTag> |
getTags()
`AWS::SSM::MaintenanceWindow.Tags`.
|
@Stability(value=Stable) @NotNull Object getAllowUnassociatedTargets()
@Stability(value=Stable) @NotNull Number getCutoff()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @NotNull Number getDuration()
@Stability(value=Stable) @Nullable default String getEndDate()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getSchedule()
@Stability(value=Stable) @Nullable default Number getScheduleOffset()
@Stability(value=Stable) @Nullable default String getScheduleTimezone()
@Stability(value=Stable) @Nullable default String getStartDate()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnMaintenanceWindowProps.Builder builder()
CfnMaintenanceWindowProps.Builder of CfnMaintenanceWindowPropsCopyright © 2021. All rights reserved.