Show / Hide Table of Contents

Class PlanArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PlanArgs
Inherited Members
ResourceArgs.Empty
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 Source

PlanArgs()

Declaration
public PlanArgs()

Properties

View Source

Name

The display name of a backup plan.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.