Interface CfnMaintenanceWindowProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMaintenanceWindowProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:14.220Z") @Stability(Stable) public interface CfnMaintenanceWindowProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnMaintenanceWindow.

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();
 

See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    static final class 
    An implementation for CfnMaintenanceWindowProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.
    The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.
    default String
    A description of the maintenance window.
    The duration of the maintenance window in hours.
    default String
    The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
    The name of the maintenance window.
    The schedule of the maintenance window in the form of a cron or rate expression.
    default Number
    The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
    default String
    The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
    default String
    The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
    default List<CfnTag>
    Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson