AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Describes a time-based instance's auto scaling schedule. The schedule consists of a set of key-value pairs.

The default setting for all time periods is off, so you use the following parameters primarily to specify the online periods. You don't have to explicitly specify offline periods unless you want to change an online period to an offline period.

The following example specifies that the instance should be online for four hours, from UTC 1200 - 1600. It will be off for the remainder of the day.

{ "12":"on", "13":"on", "14":"on", "15":"on" }

Inheritance Hierarchy

System.Object
  Amazon.OpsWorks.Model.WeeklyAutoScalingSchedule

Namespace: Amazon.OpsWorks.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class WeeklyAutoScalingSchedule : Object

The WeeklyAutoScalingSchedule type exposes the following members

Constructors

NameDescription
Public Method WeeklyAutoScalingSchedule()

Properties

NameTypeDescription
Public Property Friday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Friday.

The schedule for Friday.

Public Property Monday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Monday.

The schedule for Monday.

Public Property Saturday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Saturday.

The schedule for Saturday.

Public Property Sunday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Sunday.

The schedule for Sunday.

Public Property Thursday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Thursday.

The schedule for Thursday.

Public Property Tuesday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Tuesday.

The schedule for Tuesday.

Public Property Wednesday System.Collections.Generic.Dictionary<System.String, System.String> Gets and sets the property Wednesday.

The schedule for Wednesday.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8