PutBackupVaultNotificationsInput

public struct PutBackupVaultNotificationsInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of events that indicate the status of jobs to back up resources to the backup vault.

    Declaration

    Swift

    public let backupVaultEvents: [BackupVaultEvent]
  • The 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.

    Declaration

    Swift

    public let backupVaultName: String
  • The Amazon Resource Name (ARN) that specifies the topic for a backup vault’s events; for example, arn:aws:sns:us-west-2:111122223333:MyVaultTopic.

    Declaration

    Swift

    public let sNSTopicArn: String
  • Undocumented

    Declaration

    Swift

    public init(backupVaultEvents: [BackupVaultEvent], backupVaultName: String, sNSTopicArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws