class Aws::ResilienceHub::Types::PhysicalResourceId

Defines a physical resource identifier.

@note When making an API call, you may pass PhysicalResourceId

data as a hash:

    {
      aws_account_id: "CustomerId",
      aws_region: "AwsRegion",
      identifier: "String255", # required
      type: "Arn", # required, accepts Arn, Native
    }

@!attribute [rw] aws_account_id

The Amazon Web Services account that owns the physical resource.
@return [String]

@!attribute [rw] aws_region

The Amazon Web Services Region that the physical resource is located
in.
@return [String]

@!attribute [rw] identifier

The identifier of the physical resource.
@return [String]

@!attribute [rw] type

Specifies the type of physical resource identifier.

Arn

: The resource identifier is an Amazon Resource Name (ARN) .

Native

: The resource identifier is a Resilience Hub-native identifier.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/resiliencehub-2020-04-30/PhysicalResourceId AWS API Documentation

Constants

SENSITIVE