1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. backupgateway
  5. getHypervisor

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

aws-native.backupgateway.getHypervisor

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi

    Definition of AWS::BackupGateway::Hypervisor Resource Type

    Using getHypervisor

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getHypervisor(args: GetHypervisorArgs, opts?: InvokeOptions): Promise<GetHypervisorResult>
    function getHypervisorOutput(args: GetHypervisorOutputArgs, opts?: InvokeOptions): Output<GetHypervisorResult>
    def get_hypervisor(hypervisor_arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetHypervisorResult
    def get_hypervisor_output(hypervisor_arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetHypervisorResult]
    func LookupHypervisor(ctx *Context, args *LookupHypervisorArgs, opts ...InvokeOption) (*LookupHypervisorResult, error)
    func LookupHypervisorOutput(ctx *Context, args *LookupHypervisorOutputArgs, opts ...InvokeOption) LookupHypervisorResultOutput

    > Note: This function is named LookupHypervisor in the Go SDK.

    public static class GetHypervisor 
    {
        public static Task<GetHypervisorResult> InvokeAsync(GetHypervisorArgs args, InvokeOptions? opts = null)
        public static Output<GetHypervisorResult> Invoke(GetHypervisorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHypervisorResult> getHypervisor(GetHypervisorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:backupgateway:getHypervisor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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
    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
    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
    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
    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
    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

    getHypervisor Result

    The following output properties are available:

    Host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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
    Host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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
    host String
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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
    host string
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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
    host str
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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
    host String
    The server host of the hypervisor. This can be either an IP address or a fully-qualified domain name (FQDN).
    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

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.3.0 published on Thursday, Oct 17, 2024 by Pulumi