PutBackupVaultAccessPolicyInput

public struct PutBackupVaultAccessPolicyInput : 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
  • The backup vault access policy document in JSON format.

    Declaration

    Swift

    public let policy: String?
  • Undocumented

    Declaration

    Swift

    public init(backupVaultName: String, policy: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws