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
published on Monday, Sep 14, 2026 by Pulumi
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
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 dictionarydata "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.
- Associated
Cluster intCount - 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)".
-
List<Pulumi.
Aws Native. Outputs. Tag> - An optional set of tags for the snapshot schedule.
- Arn string
- The Amazon Resource Name (ARN) of the snapshot schedule.
- Associated
Cluster intCount - The number of clusters associated with the schedule.
- Schedule
Definitions []string - The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
- Tag
- An optional set of tags for the snapshot schedule.
- arn string
- The Amazon Resource Name (ARN) of the snapshot schedule.
- associated_
cluster_ numbercount - 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)".
- list(object)
- An optional set of tags for the snapshot schedule.
- arn String
- The Amazon Resource Name (ARN) of the snapshot schedule.
- associated
Cluster IntegerCount - 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)".
- List<Tag>
- An optional set of tags for the snapshot schedule.
- arn string
- The Amazon Resource Name (ARN) of the snapshot schedule.
- associated
Cluster numberCount - The number of clusters associated with the schedule.
- schedule
Definitions string[] - The definition of the snapshot schedule. The definition is made up of schedule expressions, for example "cron(30 12 *)" or "rate(12 hours)".
- Tag[]
- An optional set of tags for the snapshot schedule.
- arn str
- The Amazon Resource Name (ARN) of the snapshot schedule.
- associated_
cluster_ intcount - 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)".
- Sequence[root_Tag]
- An optional set of tags for the snapshot schedule.
- arn String
- The Amazon Resource Name (ARN) of the snapshot schedule.
- associated
Cluster NumberCount - 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)".
- List<Property Map>
- An optional set of tags for the snapshot schedule.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Sep 14, 2026 by Pulumi