Show / Hide Table of Contents

Class MaintenanceWindowArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MaintenanceWindowArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ssm
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MaintenanceWindowArgs : ResourceArgs

Constructors

View Source

MaintenanceWindowArgs()

Declaration
public MaintenanceWindowArgs()

Properties

View Source

AllowUnassociatedTargets

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>
View Source

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>
View Source

Description

A description for the maintenance window.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Duration

The duration of the Maintenance Window in hours.

Declaration
public Input<int> Duration { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Enabled

Whether the maintenance window is enabled. Default: true.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

Name

The name of the maintenance window.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.