GetResourceCollectionTag

data class GetResourceCollectionTag(val appBoundaryKey: String, val tagValues: List<String>) : ConvertibleToJava<GetResourceCollectionTag>

Constructors

Link copied to clipboard
constructor(appBoundaryKey: String, tagValues: List<String>)

Properties

Link copied to clipboard

An AWS tag key that is used to identify the AWS resources that DevOps Guru analyzes.

Link copied to clipboard

Array of tag values.

Functions

Link copied to clipboard
open override fun toJava(): GetResourceCollectionTag