Class PhysicalResourceIdContextKeyValuePair

java.lang.Object
software.amazon.awssdk.services.cloudformation.model.PhysicalResourceIdContextKeyValuePair
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<PhysicalResourceIdContextKeyValuePair.Builder,PhysicalResourceIdContextKeyValuePair>

@Generated("software.amazon.awssdk:codegen") public final class PhysicalResourceIdContextKeyValuePair extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhysicalResourceIdContextKeyValuePair.Builder,PhysicalResourceIdContextKeyValuePair>

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

See Also: