ResourceCriteria

sealed class ResourceCriteria

A leaf condition that matches resources by tag or by resource-type-specific configuration.

Inheritors

Types

Link copied to clipboard

Filter criteria specific to Application Load Balancers.

Link copied to clipboard
Link copied to clipboard
data class Tags(val value: Map<String, String>) : ResourceCriteria

Tag key-value pairs used to match resources.

Functions

Link copied to clipboard
Link copied to clipboard

Casts this ResourceCriteria as a Tags and retrieves its kotlin.collections.Map value. Throws an exception if the ResourceCriteria is not a Tags.

Link copied to clipboard

Casts this ResourceCriteria as a Tags and retrieves its kotlin.collections.Map value. Returns null if the ResourceCriteria is not a Tags.