CreateBackupVaultInput
public struct CreateBackupVaultInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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
-
Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.
Declaration
Swift
public let backupVaultTags: [String : String]?
-
A unique string that identifies the request and allows failed requests to be retried without the risk of executing the operation twice.
Declaration
Swift
public let creatorRequestId: String?
-
The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
Declaration
Swift
public let encryptionKeyArn: String?
-
Undocumented
Declaration
Swift
public init(backupVaultName: String, backupVaultTags: [String : String]? = nil, creatorRequestId: String? = nil, encryptionKeyArn: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws