GetPlanResult

data class GetPlanResult(val arn: String, val id: String, val name: String, val planId: String, val tags: Map<String, String>, val version: String)

A collection of values returned by getPlan.

Constructors

Link copied to clipboard
constructor(arn: String, id: String, name: String, planId: String, tags: Map<String, String>, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the backup plan.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Display name of a backup plan.

Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard

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