Get Backup Plan Result
data class GetBackupPlanResult(val backupPlan: BackupPlanResourceType? = null, val backupPlanArn: String? = null, val backupPlanId: String? = null, val backupPlanTags: Map<String, String>? = null, val versionId: String? = null)
Properties
Link copied to clipboard
Uniquely identifies the backup plan to be associated with the selection of resources.
Link copied to clipboard
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example, arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50
.
Link copied to clipboard
Uniquely identifies a backup plan.
Link copied to clipboard
The tags to assign to the backup plan.