AWS::BackupGateway::HypervisorRepresents 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 { CfnHypervisor } from 'aws-cdk-lib/aws-backupgateway';Or use the module namespace:
import * as backupgateway from 'aws-cdk-lib/aws-backupgateway';
// backupgateway.CfnHypervisorConfiguration passed to the constructor as CfnHypervisorProps.
hostOptionalstringThe server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
kmsKeyArnOptionalstringThe Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
logGroupArnOptionalstringThe Amazon Resource Name (ARN) of the group of gateways within the requested log.
nameOptionalstringThe name of the hypervisor.
passwordOptionalstringThe password for the hypervisor.
tagsOptionalCfnTag[]The tags of the hypervisor configuration to import.
usernameOptionalstringThe username for the hypervisor.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-backupgatewayAWS::BackupGateway::Hypervisor