Package com.pulumi.aws.redshift
Class SnapshotScheduleArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.redshift.SnapshotScheduleArgs
-
public final class SnapshotScheduleArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnapshotScheduleArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SnapshotScheduleArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SnapshotScheduleArgs.Builder
builder()
static SnapshotScheduleArgs.Builder
builder(SnapshotScheduleArgs defaults)
com.pulumi.core.Output<java.util.List<java.lang.String>>
definitions()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
forceDestroy()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
identifier()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
identifierPrefix()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final SnapshotScheduleArgs Empty
-
-
Method Detail
-
definitions
public com.pulumi.core.Output<java.util.List<java.lang.String>> definitions()
- Returns:
- The definition of the snapshot schedule. The definition is made up of schedule expressions, for example `cron(30 12 *)` or `rate(12 hours)`.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- The description of the snapshot schedule.
-
forceDestroy
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> forceDestroy()
- Returns:
- Whether to destroy all associated clusters with this snapshot schedule on deletion. Must be enabled and applied before attempting deletion.
-
identifier
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> identifier()
- Returns:
- The snapshot schedule identifier. If omitted, this provider will assign a random, unique identifier.
-
identifierPrefix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> identifierPrefix()
- Returns:
- Creates a unique identifier beginning with the specified prefix. Conflicts with `identifier`.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- A map of tags to assign to the resource. .If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
-
builder
public static SnapshotScheduleArgs.Builder builder()
-
builder
public static SnapshotScheduleArgs.Builder builder(SnapshotScheduleArgs defaults)
-
-