ResourceCollectionTags class
Constructors
-
ResourceCollectionTags({required Input<String> appBoundaryKey, required Input<List<String>> tagValues})
-
Creates a new ResourceCollectionTags.
appBoundaryKey An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes. All AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The key must begin with the prefix DevOps-Guru-. Any casing can be used for the prefix, but the associated tags must use the same casing in their tag key.
tagValues Array of tag values. These can be used to further filter for specific resources within the application boundary. To analyze all resources tagged with the appBoundaryKey regardless of the corresponding tag value, this array should be a single item containing a wildcard ("*").
const
-
ResourceCollectionTags.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
appBoundaryKey
→ Input<String>
-
An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes. All AWS resources in your account and Region tagged with this key make up your DevOps Guru application and analysis boundary. The key must begin with the prefix
DevOps-Guru-. Any casing can be used for the prefix, but the associated tags must use the same casing in their tag key.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
tagValues
→ Input<List<String>>
-
Array of tag values. These can be used to further filter for specific resources within the application boundary. To analyze all resources tagged with the
appBoundaryKey regardless of the corresponding tag value, this array should be a single item containing a wildcard ("*").
final