We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi
aws-native.backupgateway.getHypervisor
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 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:
- Hypervisor
Arn 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 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 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 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
- hypervisor
Arn 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).
- Hypervisor
Arn 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).
- Hypervisor
Arn 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).
- hypervisor
Arn 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).
- hypervisor
Arn 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).
- hypervisor
Arn 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.9.0 published on Monday, Nov 18, 2024 by Pulumi