Show / Hide Table of Contents

Class PlanRule

Inheritance
System.Object
PlanRule
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.Backup.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlanRule

Fields

View Source

CompletionWindow

The amount of time AWS Backup attempts a backup before canceling the job and returning an error.

Declaration
public readonly int? CompletionWindow
Field Value
Type Description
System.Nullable<System.Int32>
View Source

CopyActions

Configuration block(s) with copy operation settings. Detailed below.

Declaration
public readonly ImmutableArray<PlanRuleCopyAction> CopyActions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<PlanRuleCopyAction>
View Source

Lifecycle

The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.

Declaration
public readonly PlanRuleLifecycle Lifecycle
Field Value
Type Description
PlanRuleLifecycle
View Source

RecoveryPointTags

Metadata that you can assign to help organize the resources that you create.

Declaration
public readonly ImmutableDictionary<string, object> RecoveryPointTags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

RuleName

An display name for a backup rule.

Declaration
public readonly string RuleName
Field Value
Type Description
System.String
View Source

Schedule

A CRON expression specifying when AWS Backup initiates a backup job.

Declaration
public readonly string Schedule
Field Value
Type Description
System.String
View Source

StartWindow

The amount of time in minutes before beginning a backup.

Declaration
public readonly int? StartWindow
Field Value
Type Description
System.Nullable<System.Int32>
View Source

TargetVaultName

The name of a logical container where backups are stored.

Declaration
public readonly string TargetVaultName
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.