Tag class

The Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation stack.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.
final

Methods

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

Operators

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