class Aws::Backup::Types::CreateBackupSelectionInput

@note When making an API call, you may pass CreateBackupSelectionInput

data as a hash:

    {
      backup_plan_id: "string", # required
      backup_selection: { # required
        selection_name: "BackupSelectionName", # required
        iam_role_arn: "IAMRoleArn", # required
        resources: ["ARN"],
        list_of_tags: [
          {
            condition_type: "STRINGEQUALS", # required, accepts STRINGEQUALS
            condition_key: "ConditionKey", # required
            condition_value: "ConditionValue", # required
          },
        ],
      },
      creator_request_id: "string",
    }

@!attribute [rw] backup_plan_id

Uniquely identifies the backup plan to be associated with the
selection of resources.
@return [String]

@!attribute [rw] backup_selection

Specifies the body of a request to assign a set of resources to a
backup plan.
@return [Types::BackupSelection]

@!attribute [rw] creator_request_id

A unique string that identifies the request and allows failed
requests to be retried without the risk of running the operation
twice.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/CreateBackupSelectionInput AWS API Documentation

Constants

SENSITIVE