GetBackupVaultAccessPolicyOutput

public struct GetBackupVaultAccessPolicyOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example, arn:aws:backup:us-east-1:123456789012:vault:aBackupVault.

    Declaration

    Swift

    public let backupVaultArn: String?
  • 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 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(backupVaultArn: String? = nil, backupVaultName: String? = nil, policy: String? = nil)