Class SnapshotScheduleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.RedShift
Assembly: Pulumi.Aws.dll
Syntax
public sealed class SnapshotScheduleArgs : ResourceArgs
Constructors
View SourceSnapshotScheduleArgs()
Declaration
public SnapshotScheduleArgs()
Properties
View SourceDefinitions
The definition of the snapshot schedule. The definition is made up of schedule expressions, for example cron(30 12 *) or rate(12 hours).
Declaration
public InputList<string> Definitions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Description
The description of the snapshot schedule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ForceDestroy
Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion.
Declaration
public Input<bool> ForceDestroy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Identifier
The snapshot schedule identifier. If omitted, this provider will assign a random, unique identifier.
Declaration
public Input<string> Identifier { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IdentifierPrefix
Creates a unique
identifier beginning with the specified prefix. Conflicts with identifier.
Declaration
public Input<string> IdentifierPrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |