![]() |
![]()
| ![]() |
![]()
NAMEPaws::Backup::PutBackupVaultNotifications - Arguments for method PutBackupVaultNotifications on Paws::Backup DESCRIPTIONThis class represents the parameters used for calling the method PutBackupVaultNotifications on the AWS Backup service. Use the attributes of this class as arguments to method PutBackupVaultNotifications. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to PutBackupVaultNotifications. SYNOPSISmy $backup = Paws->service('Backup'); $backup->PutBackupVaultNotifications( BackupVaultEvents => [ 'BACKUP_JOB_STARTED', ... # values: BACKUP_JOB_STARTED, BACKUP_JOB_COMPLETED, BACKUP_JOB_SUCCESSFUL, BACKUP_JOB_FAILED, BACKUP_JOB_EXPIRED, RESTORE_JOB_STARTED, RESTORE_JOB_COMPLETED, RESTORE_JOB_SUCCESSFUL, RESTORE_JOB_FAILED, COPY_JOB_STARTED, COPY_JOB_SUCCESSFUL, COPY_JOB_FAILED, RECOVERY_POINT_MODIFIED, BACKUP_PLAN_CREATED, BACKUP_PLAN_MODIFIED ], BackupVaultName => 'MyBackupVaultName', SNSTopicArn => 'MyARN', ); 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/PutBackupVaultNotifications> ATTRIBUTESREQUIRED BackupVaultEvents => ArrayRef[Str|Undef]An array of events that indicate the status of jobs to back up resources to the backup vault. REQUIRED BackupVaultName => StrThe name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the AWS Region where they are created. They consist of lowercase letters, numbers, and hyphens. REQUIRED SNSTopicArn => StrThe Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, "arn:aws:sns:us-west-2:111122223333:MyVaultTopic". SEE ALSOThis class forms part of Paws, documenting arguments for method PutBackupVaultNotifications in Paws::Backup BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|