1. Packages
  2. AWS Native
  3. API Docs
  4. backupgateway
  5. Hypervisor

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.backupgateway.Hypervisor

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    Definition of AWS::BackupGateway::Hypervisor Resource Type

    Create Hypervisor Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Hypervisor(name: string, args?: HypervisorArgs, opts?: CustomResourceOptions);
    @overload
    def Hypervisor(resource_name: str,
                   args: Optional[HypervisorArgs] = None,
                   opts: Optional[ResourceOptions] = None)
    
    @overload
    def Hypervisor(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   host: Optional[str] = None,
                   kms_key_arn: Optional[str] = None,
                   log_group_arn: Optional[str] = None,
                   name: Optional[str] = None,
                   password: Optional[str] = None,
                   tags: Optional[Sequence[_root_inputs.CreateOnlyTagArgs]] = None,
                   username: Optional[str] = None)
    func NewHypervisor(ctx *Context, name string, args *HypervisorArgs, opts ...ResourceOption) (*Hypervisor, error)
    public Hypervisor(string name, HypervisorArgs? args = null, CustomResourceOptions? opts = null)
    public Hypervisor(String name, HypervisorArgs args)
    public Hypervisor(String name, HypervisorArgs args, CustomResourceOptions options)
    
    type: aws-native:backupgateway:Hypervisor
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args HypervisorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args HypervisorArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args HypervisorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args HypervisorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args HypervisorArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Hypervisor Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Hypervisor resource accepts the following input properties:

    Host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    LogGroupArn string
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    Name string
    The name of the hypervisor.
    Password string
    The password for the hypervisor.
    Tags List<Pulumi.AwsNative.Inputs.CreateOnlyTag>
    The tags of the hypervisor configuration to import.
    Username string
    The username for the hypervisor.
    Host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    KmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    LogGroupArn string
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    Name string
    The name of the hypervisor.
    Password string
    The password for the hypervisor.
    Tags CreateOnlyTagArgs
    The tags of the hypervisor configuration to import.
    Username string
    The username for the hypervisor.
    host String
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    logGroupArn String
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    name String
    The name of the hypervisor.
    password String
    The password for the hypervisor.
    tags List<CreateOnlyTag>
    The tags of the hypervisor configuration to import.
    username String
    The username for the hypervisor.
    host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    kmsKeyArn string
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    logGroupArn string
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    name string
    The name of the hypervisor.
    password string
    The password for the hypervisor.
    tags CreateOnlyTag[]
    The tags of the hypervisor configuration to import.
    username string
    The username for the hypervisor.
    host str
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    kms_key_arn str
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    log_group_arn str
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    name str
    The name of the hypervisor.
    password str
    The password for the hypervisor.
    tags Sequence[CreateOnlyTagArgs]
    The tags of the hypervisor configuration to import.
    username str
    The username for the hypervisor.
    host String
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    kmsKeyArn String
    The Amazon Resource Name (ARN) of the AWS Key Management Service used to encrypt the hypervisor.
    logGroupArn String
    The Amazon Resource Name (ARN) of the group of gateways within the requested log.
    name String
    The name of the hypervisor.
    password String
    The password for the hypervisor.
    tags List<Property Map>
    The tags of the hypervisor configuration to import.
    username String
    The username for the hypervisor.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Hypervisor resource produces the following output properties:

    HypervisorArn 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
    Id string
    The provider-assigned unique ID for this managed resource.
    HypervisorArn 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
    Id string
    The provider-assigned unique ID for this managed resource.
    hypervisorArn 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
    id String
    The provider-assigned unique ID for this managed resource.
    hypervisorArn 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
    id string
    The provider-assigned unique ID for this managed resource.
    hypervisor_arn str
    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
    id str
    The provider-assigned unique ID for this managed resource.
    hypervisorArn 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
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    CreateOnlyTag, CreateOnlyTagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi