Class: Aws::ARCZonalShift::Types::GetManagedResourceRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-arczonalshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_identifierString

The identifier for the resource that Amazon Web Services shifts traffic for. The identifier is the Amazon Resource Name (ARN) for the resource.

Amazon Application Recovery Controller currently supports enabling the following resources for zonal shift and zonal autoshift:

  • Amazon EC2 Auto Scaling groups][1
  • Amazon Elastic Kubernetes Service][2
  • Application Load Balancer][3
  • Network Load Balancer][4

[1]: docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.ec2-auto-scaling-groups.html [2]: docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.eks.html [3]: docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.app-load-balancers.html [4]: docs.aws.amazon.com/r53recovery/latest/dg/arc-zonal-shift.resource-types.network-load-balancers.html



513
514
515
516
517
# File 'lib/aws-sdk-arczonalshift/types.rb', line 513

class GetManagedResourceRequest < Struct.new(
  :resource_identifier)
  SENSITIVE = []
  include Aws::Structure
end