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 SourceArn
The ARN of the backup plan.
Declaration
public readonly string Arn
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The display name of a backup plan.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
PlanId
Declaration
public readonly string PlanId
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |