1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. redshift
  6. getSnapshotSchedule

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.79.0
published on Monday, Sep 14, 2026 by Pulumi

    Creates a snapshot schedule that lets you set up automatic snapshots of your Amazon Redshift cluster at regular intervals.

    Using getSnapshotSchedule

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSnapshotSchedule(args: GetSnapshotScheduleArgs, opts?: InvokeOptions): Promise<GetSnapshotScheduleResult>
    function getSnapshotScheduleOutput(args: GetSnapshotScheduleOutputArgs, opts?: InvokeOutputOptions): Output<GetSnapshotScheduleResult>
    def get_snapshot_schedule(arn: Optional[str] = None,
                              opts: Optional[InvokeOptions] = None) -> GetSnapshotScheduleResult
    def get_snapshot_schedule_output(arn: pulumi.Input[Optional[str]] = None,
                              opts: Optional[InvokeOutputOptions] = None) -> Output[GetSnapshotScheduleResult]
    func LookupSnapshotSchedule(ctx *Context, args *LookupSnapshotScheduleArgs, opts ...InvokeOption) (*LookupSnapshotScheduleResult, error)
    func LookupSnapshotScheduleOutput(ctx *Context, args *LookupSnapshotScheduleOutputArgs, opts ...InvokeOption) LookupSnapshotScheduleResultOutput

    > Note: This function is named LookupSnapshotSchedule in the Go SDK.

    public static class GetSnapshotSchedule 
    {
        public static Task<GetSnapshotScheduleResult> InvokeAsync(GetSnapshotScheduleArgs args, InvokeOptions? opts = null)
        public static Output<GetSnapshotScheduleResult> Invoke(GetSnapshotScheduleInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetSnapshotScheduleResult> Invoke(GetSnapshotScheduleInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetSnapshotScheduleResult> getSnapshotSchedule(GetSnapshotScheduleArgs args, InvokeOptions options)
    public static Output<GetSnapshotScheduleResult> getSnapshotSchedule(GetSnapshotScheduleArgs args, InvokeOptions options)
    public static Output<GetSnapshotScheduleResult> getSnapshotSchedule(GetSnapshotScheduleArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:redshift:getSnapshotSchedule
      arguments:
        # arguments dictionary
    data "aws-native_redshift_get_snapshot_schedule" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    Arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    arn String
    The Amazon Resource Name (ARN) of the snapshot schedule.
    arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    arn str
    The Amazon Resource Name (ARN) of the snapshot schedule.
    arn String
    The Amazon Resource Name (ARN) of the snapshot schedule.

    getSnapshotSchedule Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    AssociatedClusterCount int
    The number of clusters associated with the schedule.
    ScheduleDefinitions List<string>
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An optional set of tags for the snapshot schedule.
    Arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    AssociatedClusterCount int
    The number of clusters associated with the schedule.
    ScheduleDefinitions []string
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    Tags Tag
    An optional set of tags for the snapshot schedule.
    arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    associated_cluster_count number
    The number of clusters associated with the schedule.
    schedule_definitions list(string)
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    tags list(object)
    An optional set of tags for the snapshot schedule.
    arn String
    The Amazon Resource Name (ARN) of the snapshot schedule.
    associatedClusterCount Integer
    The number of clusters associated with the schedule.
    scheduleDefinitions List<String>
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    tags List<Tag>
    An optional set of tags for the snapshot schedule.
    arn string
    The Amazon Resource Name (ARN) of the snapshot schedule.
    associatedClusterCount number
    The number of clusters associated with the schedule.
    scheduleDefinitions string[]
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    tags Tag[]
    An optional set of tags for the snapshot schedule.
    arn str
    The Amazon Resource Name (ARN) of the snapshot schedule.
    associated_cluster_count int
    The number of clusters associated with the schedule.
    schedule_definitions Sequence[str]
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    tags Sequence[root_Tag]
    An optional set of tags for the snapshot schedule.
    arn String
    The Amazon Resource Name (ARN) of the snapshot schedule.
    associatedClusterCount Number
    The number of clusters associated with the schedule.
    scheduleDefinitions List<String>
    The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
    tags List<Property Map>
    An optional set of tags for the snapshot schedule.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.79.0
    published on Monday, Sep 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial