AWS SDK Version 3 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.

Container for the parameters to the UpdateScheduledAction operation. Updates a scheduled action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.RedshiftServerless.AmazonRedshiftServerlessRequest
      Amazon.RedshiftServerless.Model.UpdateScheduledActionRequest

Namespace: Amazon.RedshiftServerless.Model
Assembly: AWSSDK.RedshiftServerless.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateScheduledActionRequest : AmazonRedshiftServerlessRequest
         IAmazonWebServiceRequest

The UpdateScheduledActionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether to enable the scheduled action.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

The end time in UTC of the scheduled action to update.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

The ARN of the IAM role to assume to run the scheduled action. This IAM role must have permission to run the Amazon Redshift Serverless API operation in the scheduled action. This IAM role must allow the Amazon Redshift scheduler to schedule creating snapshots (Principal scheduler.redshift.amazonaws.com) to assume permissions on your behalf. For more information about the IAM role to use with the Amazon Redshift scheduler, see Using Identity-Based Policies for Amazon Redshift in the Amazon Redshift Management Guide

Public Property Schedule Amazon.RedshiftServerless.Model.Schedule

Gets and sets the property Schedule.

The schedule for a one-time (at timestamp format) or recurring (cron format) scheduled action. Schedule invocations must be separated by at least one hour. Times are in UTC.

  • Format of at timestamp is yyyy-mm-ddThh:mm:ss. For example, 2016-03-04T17:27:00.

  • Format of cron expression is (Minutes Hours Day-of-month Month Day-of-week Year). For example, "(0 10 ? * MON *)". For more information, see Cron Expressions in the Amazon CloudWatch Events User Guide.

Public Property ScheduledActionDescription System.String

Gets and sets the property ScheduledActionDescription.

The descripion of the scheduled action to update to.

Public Property ScheduledActionName System.String

Gets and sets the property ScheduledActionName.

The name of the scheduled action to update to.

Public Property StartTime System.DateTime

Gets and sets the property StartTime.

The start time in UTC of the scheduled action to update to.

Public Property TargetAction Amazon.RedshiftServerless.Model.TargetAction

Gets and sets the property TargetAction.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5