You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudFormation::Types::PhysicalResourceIdContextKeyValuePair

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Context information that enables AWS CloudFormation to uniquely identify a resource. AWS CloudFormation uses context key-value pairs in cases where a resource's logical and physical IDs are not enough to uniquely identify that resource. Each context key-value pair specifies a resource that contains the targeted resource.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The resource context key.

Returns:

  • (String)

    The resource context key.

#valueString

The resource context value.

Returns:

  • (String)

    The resource context value.