Class PlanArgs
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 PlanArgs : ResourceArgs
Constructors
View SourcePlanArgs()
Declaration
public PlanArgs()
Properties
View SourceName
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<PlanRuleArgs> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<PlanRuleArgs> |
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> |