Struct aws_sdk_backup::model::backup_selection::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BackupSelection
Implementations
The display name of a resource selection document.
The display name of a resource selection document.
The ARN of the IAM role that Backup uses to authenticate when backing up the
target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
The ARN of the IAM role that Backup uses to authenticate when backing up the
target resource; for example, arn:aws:iam::123456789012:role/S3Access
.
Appends an item to resources
.
To override the contents of this collection use set_resources
.
An array of strings that contain Amazon Resource Names (ARNs)
of resources to assign to a backup plan.
An array of strings that contain Amazon Resource Names (ARNs)
of resources to assign to a backup plan.
Appends an item to list_of_tags
.
To override the contents of this collection use set_list_of_tags
.
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.
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.
Consumes the builder and constructs a BackupSelection
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more