HypervisorReference
- class aws_cdk.aws_backupgateway.HypervisorReference(*, hypervisor_arn)
Bases:
object
A reference to a Hypervisor resource.
- Parameters:
hypervisor_arn (
str
) – The HypervisorArn of the Hypervisor resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_backupgateway as backupgateway hypervisor_reference = backupgateway.HypervisorReference( hypervisor_arn="hypervisorArn" )
Attributes
- hypervisor_arn
The HypervisorArn of the Hypervisor resource.