HypervisorArgs

data class HypervisorArgs(val host: Output<String>? = null, val kmsKeyArn: Output<String>? = null, val logGroupArn: Output<String>? = null, val name: Output<String>? = null, val password: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val username: Output<String>? = null) : ConvertibleToJava<HypervisorArgs>

Definition of AWS::BackupGateway::Hypervisor Resource Type

Constructors

Link copied to clipboard
constructor(host: Output<String>? = null, kmsKeyArn: Output<String>? = null, logGroupArn: Output<String>? = null, name: Output<String>? = null, password: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, username: Output<String>? = null)

Properties

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

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 kmsKeyArn: Output<String>? = null

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

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

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

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

The name of the hypervisor.

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

The password for the hypervisor.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

The tags of the hypervisor configuration to import.

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

The username for the hypervisor.

Functions

Link copied to clipboard
open override fun toJava(): HypervisorArgs