Show / Hide Table of Contents

Class GetPlanResult

Inheritance
System.Object
GetPlanResult
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 GetPlanResult

Fields

View Source

Arn

The ARN of the backup plan.

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

Id

The provider-assigned unique ID for this managed resource.

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

Name

The display name of a backup plan.

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

PlanId

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

Tags

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

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

Version

Unique, randomly generated, Unicode, UTF-8 encoded string that serves as the version ID of the backup plan.

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