Hypervisor

class Hypervisor : KotlinCustomResource

Definition of AWS::BackupGateway::Hypervisor Resource Type

Properties

Link copied to clipboard
val host: Output<String>?

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

Link copied to clipboard
val hypervisorArn: Output<String>

Returns HypervisorArn , an Amazon Resource Name (ARN) that uniquely identifies a Hypervisor. For example: arn:aws:backup-gateway:us-east-1:123456789012:hypervisor/hype-1234D67D

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val kmsKeyArn: Output<String>?

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

Link copied to clipboard
val logGroupArn: Output<String>?

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

Link copied to clipboard
val name: Output<String>?

The name of the hypervisor.

Link copied to clipboard
val password: Output<String>?

The password for the hypervisor.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<CreateOnlyTag>>?

The tags of the hypervisor configuration to import.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val username: Output<String>?

The username for the hypervisor.