Class PlanState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlanState : ResourceArgs
Constructors
View SourcePlanState()
Declaration
public PlanState()
Properties
View SourceArn
The ARN of the backup plan.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The display name of a backup plan.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rules
A rule object that specifies a scheduled task that is used to back up a selection of resources.
Declaration
public InputList<PlanRuleGetArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PlanRuleGetArgs> |
Tags
Metadata that you can assign to help organize the plans you create.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
Version
Unique, randomly generated, Unicode, UTF-8 encoded string that serves as the version ID of the backup plan.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |