Class ScheduledActionState
Inherited Members
Namespace: Pulumi.Aws.AppAutoScaling
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ScheduledActionState : ResourceArgs
Constructors
View SourceScheduledActionState()
Declaration
public ScheduledActionState()
Properties
View SourceArn
The Amazon Resource Name (ARN) of the scheduled action.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
EndTime
The date and time for the scheduled action to end. Specify the following format: 2006-01-02T15:04:05Z
Declaration
public Input<string> EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the scheduled action.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceId
The identifier of the resource associated with the scheduled action. Documentation can be found in the parameter at: AWS Application Auto Scaling API Reference
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScalableDimension
The scalable dimension. Documentation can be found in the parameter at: AWS Application Auto Scaling API Reference Example: ecs:service:DesiredCount
Declaration
public Input<string> ScalableDimension { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ScalableTargetAction
The new minimum and maximum capacity. You can set both values or just one. See below
Declaration
public Input<ScheduledActionScalableTargetActionGetArgs> ScalableTargetAction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ScheduledActionScalableTargetActionGetArgs> |
Schedule
The schedule for this action. The following formats are supported: At expressions - at(yyyy-mm-ddThh:mm:ss), Rate expressions - rate(valueunit), Cron expressions - cron(fields). In UTC. Documentation can be found in the parameter at: AWS Application Auto Scaling API Reference
Declaration
public Input<string> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ServiceNamespace
The namespace of the AWS service. Documentation can be found in the parameter at: AWS Application Auto Scaling API Reference Example: ecs
Declaration
public Input<string> ServiceNamespace { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StartTime
The date and time for the scheduled action to start. Specify the following format: 2006-01-02T15:04:05Z
Declaration
public Input<string> StartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |