attributes property

List<AwsCloudMapInstanceAttribute>? attributes
final

A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.

Implementation

final List<AwsCloudMapInstanceAttribute>? attributes;