GetSelectionResult

data class GetSelectionResult(val iamRoleArn: String, val id: String, val name: String, val planId: String, val resources: List<String>, val selectionId: String)

A collection of values returned by getSelection.

Constructors

Link copied to clipboard
constructor(iamRoleArn: String, id: String, name: String, planId: String, resources: List<String>, selectionId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

ARN of the IAM role that AWS Backup uses to authenticate when restoring and backing up the target resource. See the AWS Backup Developer Guide for additional information about using AWS managed policies or creating custom policies attached to the IAM role.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Display name of a resource selection document.

Link copied to clipboard
Link copied to clipboard

An array of strings that either contain Amazon Resource Names (ARNs) or match patterns of resources to assign to a backup plan..

Link copied to clipboard