AWS Fundamentals Logo
AWS Fundamentals
AWS::BackupGateway::Hypervisor

BackupGateway Hypervisor

Definition of AWS::BackupGateway::Hypervisor Resource Type

Properties

7 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Host
string
KmsKeyArn
string
Create-onlyWrite-only
LogGroupArn
string
Write-only
Name
string
Write-only
Password
string
Write-only
Tags
Array<Tag>
Create-only
Username
string
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
HypervisorArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BackupGateway::Hypervisor

Resources:
  MyResource:
    Type: AWS::BackupGateway::Hypervisor
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Name: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

backup-gateway:ListTagsForResourcebackup-gateway:ImportHypervisorConfigurationbackup-gateway:GetHypervisorbackup-gateway:ListHypervisorsbackup-gateway:TagResourcekms:CreateGrantkms:Encryptkms:Decrypt

read

backup-gateway:GetHypervisorbackup-gateway:ListHypervisorsbackup-gateway:ListTagsForResource

update

backup-gateway:UpdateHypervisorbackup-gateway:GetHypervisorbackup-gateway:ListHypervisorsbackup-gateway:ImportHypervisorConfigurationbackup-gateway:DeleteHypervisorbackup-gateway:ListTagsForResource

delete

backup-gateway:DeleteHypervisorbackup-gateway:GetHypervisorbackup-gateway:ListHypervisors

list

backup-gateway:ListHypervisors

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBackupGateway
Properties8
Required0
TaggingSupported
Primary IDHypervisorArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

KmsKeyArnTags

External Links