ResourceLogicalExpression
A logical expression that selects resources. Exactly one of criteria, and, or, or not is set.
Inheritors
Types
A list of subexpressions that must all match.
A leaf condition that matches resources by tag or by resource-type-specific configuration.
A subexpression that must not match.
A list of subexpressions of which at least one must match.
Functions
Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List
Casts this ResourceLogicalExpression as a And and retrieves its kotlin.collections.List
Casts this ResourceLogicalExpression as a Criteria and retrieves its aws.sdk.kotlin.services.networksecuritymanager.model.ResourceCriteria value. Throws an exception if the ResourceLogicalExpression is not a Criteria.
Casts this ResourceLogicalExpression as a Criteria and retrieves its aws.sdk.kotlin.services.networksecuritymanager.model.ResourceCriteria value. Returns null if the ResourceLogicalExpression is not a Criteria.
Casts this ResourceLogicalExpression as a Not and retrieves its aws.sdk.kotlin.services.networksecuritymanager.model.ResourceLogicalExpression value. Throws an exception if the ResourceLogicalExpression is not a Not.
Casts this ResourceLogicalExpression as a Not and retrieves its aws.sdk.kotlin.services.networksecuritymanager.model.ResourceLogicalExpression value. Returns null if the ResourceLogicalExpression is not a Not.
Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List
Casts this ResourceLogicalExpression as a Or and retrieves its kotlin.collections.List