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.
Namespace: Amazon.RedshiftServerless.Model
Assembly: AWSSDK.RedshiftServerless.dll
Version: 3.x.y.z
public class UpdateScheduledActionRequest : AmazonRedshiftServerlessRequest IAmazonWebServiceRequest
The UpdateScheduledActionRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
UpdateScheduledActionRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Enabled | System.Boolean |
Gets and sets the property Enabled. Specifies whether to enable the scheduled action. |
![]() |
EndTime | System.DateTime |
Gets and sets the property EndTime. The end time in UTC of the scheduled action to update. |
![]() |
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 |
![]() |
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.
|
![]() |
ScheduledActionDescription | System.String |
Gets and sets the property ScheduledActionDescription. The descripion of the scheduled action to update to. |
![]() |
ScheduledActionName | System.String |
Gets and sets the property ScheduledActionName. The name of the scheduled action to update to. |
![]() |
StartTime | System.DateTime |
Gets and sets the property StartTime. The start time in UTC of the scheduled action to update to. |
![]() |
TargetAction | Amazon.RedshiftServerless.Model.TargetAction |
Gets and sets the property TargetAction. |
.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