NAME
Paws::Backup::CreateBackupSelection - Arguments for method CreateBackupSelection on Paws::Backup
DESCRIPTION
This class represents the parameters used for calling the method CreateBackupSelection on the AWS Backup service. Use the attributes of this class as arguments to method CreateBackupSelection.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to CreateBackupSelection.
SYNOPSIS
my $backup = Paws->service('Backup');
my $CreateBackupSelectionOutput = $backup->CreateBackupSelection(
BackupPlanId => 'Mystring',
BackupSelection => {
IamRoleArn => 'MyIAMRoleArn',
SelectionName => 'MyBackupSelectionName',
ListOfTags => [
{
ConditionKey => 'MyConditionKey',
ConditionType => 'STRINGEQUALS', # values: STRINGEQUALS
ConditionValue => 'MyConditionValue',
},
...
], # OPTIONAL
Resources => [ 'MyARN', ... ], # OPTIONAL
},
CreatorRequestId => 'Mystring', # OPTIONAL
);
# Results:
my $BackupPlanId = $CreateBackupSelectionOutput->BackupPlanId;
my $CreationDate = $CreateBackupSelectionOutput->CreationDate;
my $SelectionId = $CreateBackupSelectionOutput->SelectionId;
# Returns a L<Paws::Backup::CreateBackupSelectionOutput> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/backup/CreateBackupSelection
ATTRIBUTES
REQUIRED BackupPlanId => Str
Uniquely identifies the backup plan to be associated with the selection of resources.
REQUIRED BackupSelection => Paws::Backup::BackupSelection
Specifies the body of a request to assign a set of resources to a backup plan.
CreatorRequestId => Str
A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice.
SEE ALSO
This class forms part of Paws, documenting arguments for method CreateBackupSelection in Paws::Backup
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues