Class MaintenanceWindowState
Inherited Members
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowState : ResourceArgs
Constructors
View SourceMaintenanceWindowState()
Declaration
public MaintenanceWindowState()
Properties
View SourceAllowUnassociatedTargets
Whether targets must be registered with the Maintenance Window before tasks can be defined for those targets.
Declaration
public Input<bool> AllowUnassociatedTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Cutoff
The number of hours before the end of the Maintenance Window that Systems Manager stops scheduling new tasks for execution.
Declaration
public Input<int> Cutoff { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Description
A description for the maintenance window.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Duration
The duration of the Maintenance Window in hours.
Declaration
public Input<int> Duration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
Whether the maintenance window is enabled. Default: true.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
EndDate
Timestamp in ISO-8601 extended format when to no longer run the maintenance window.
Declaration
public Input<string> EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the maintenance window.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Schedule
The schedule of the Maintenance Window in the form of a cron or rate expression.
Declaration
public Input<string> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScheduleTimezone
Timezone for schedule in Internet Assigned Numbers Authority (IANA) Time Zone Database format. For example: America/Los_Angeles, etc/UTC, or Asia/Seoul.
Declaration
public Input<string> ScheduleTimezone { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartDate
Timestamp in ISO-8601 extended format when to begin the maintenance window.
Declaration
public Input<string> StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |