CreateSnapshotScheduleActionParameters - Amazon Redshift Serverless

CreateSnapshotScheduleActionParameters

The parameters that you can use to configure a scheduled action to create a snapshot. For more information about creating a scheduled action, see CreateScheduledAction.

Contents

namespaceName

The name of the namespace for which you want to configure a scheduled action to create a snapshot.

Type: String

Length Constraints: Minimum length of 3. Maximum length of 64.

Pattern: ^[a-z0-9-]+$

Required: Yes

snapshotNamePrefix

A string prefix that is attached to the name of the snapshot created by the scheduled action. The final name of the snapshot is the string prefix appended by the date and time of when the snapshot was created.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 235.

Required: Yes

retentionPeriod

The retention period of the snapshot created by the scheduled action.

Type: Integer

Required: No

tags

An array of Tag objects to associate with the snapshot.

Type: Array of Tag objects

Array Members: Minimum number of 0 items. Maximum number of 200 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: