AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BackupGateway::Hypervisor

CfnHypervisor

Represents the hypervisor's permissions to which the gateway will connect. A hypervisor is hardware, software, or firmware that creates and manages virtual machines, and allocates resources to them.

Import

import { CfnHypervisor } from 'aws-cdk-lib/aws-backupgateway';

Or use the module namespace:

import * as backupgateway from 'aws-cdk-lib/aws-backupgateway';
// backupgateway.CfnHypervisor

Properties

Configuration passed to the constructor as CfnHypervisorProps.

hostOptional
string

The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).

kmsKeyArnOptional
string

The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.

logGroupArnOptional
string

The Amazon Resource Name (ARN) of the group of gateways within the requested log.

nameOptional
string

The name of the hypervisor.

passwordOptional
string

The password for the hypervisor.

tagsOptional
CfnTag[]

The tags of the hypervisor configuration to import.

usernameOptional
string

The username for the hypervisor.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-backupgateway
CFN TypeAWS::BackupGateway::Hypervisor
Properties7

External Links