PhysicalResourceIdContextKeyValuePair class

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.

Constructors

PhysicalResourceIdContextKeyValuePair({required String key, required String value})
PhysicalResourceIdContextKeyValuePair.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
The resource context key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
The resource context value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited