Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ssm.CfnMaintenanceWindowPropsMixin.Builder
Packages that use CfnMaintenanceWindowPropsMixin.Builder
-
Uses of CfnMaintenanceWindowPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ssm
Methods in software.amazon.awscdk.cfnpropertymixins.services.ssm that return CfnMaintenanceWindowPropsMixin.BuilderModifier and TypeMethodDescriptionCfnMaintenanceWindowPropsMixin.Builder.allowUnassociatedTargets(Boolean allowUnassociatedTargets) Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.CfnMaintenanceWindowPropsMixin.Builder.allowUnassociatedTargets(IResolvable allowUnassociatedTargets) Enables a maintenance window task to run on managed instances, even if you have not registered those instances as targets.CfnMaintenanceWindowPropsMixin.Builder.create()CfnMaintenanceWindowPropsMixin.Builder.create(CfnPropertyMixinOptions options) The number of hours before the end of the maintenance window that AWS Systems Manager stops scheduling new tasks for execution.CfnMaintenanceWindowPropsMixin.Builder.description(String description) A description of the maintenance window.The duration of the maintenance window in hours.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.CfnMaintenanceWindowPropsMixin.Builder.scheduleOffset(Number scheduleOffset) The number of days to wait to run a maintenance window after the scheduled cron expression date and time.CfnMaintenanceWindowPropsMixin.Builder.scheduleTimezone(String scheduleTimezone) The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.Optional metadata that you assign to a resource in the form of an arbitrary set of tags (key-value pairs).