本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
BackupSelection
Used to specify a set of resources to a backup plan.
Contents
- IamRoleArn
-
The ARN of the IAM role that AWS Backup uses to authenticate when backing up the target resource; for example,
arn:aws:iam::123456789012:role/S3Access
.Type: String
Required: Yes
- ListOfTags
-
An array of conditions used to specify a set of resources to assign to a backup plan; for example,
"StringEquals": {"ec2:ResourceTag/Department": "accounting"
. Assigns the backup plan to every resource with at least one matching tag.Type: Array of Condition objects
Required: No
- Resources
-
An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.
Type: Array of strings
Required: No
- SelectionName
-
The display name of a resource selection document.
Type: String
Pattern:
^[a-zA-Z0-9\-\_\.]{1,50}$
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: