View a markdown version of this page

ResourceLogicalExpression - AWS Network Security Manager

ResourceLogicalExpression

A logical expression that selects resources. Exactly one of criteria, and, or, or not is set.

Contents

Important

This data type is a UNION, so only one of the following members can be specified when used or returned.

and

A list of subexpressions that must all match.

Type: Array of ResourceLogicalExpression objects

Array Members: Minimum number of 0 items. Maximum number of 20 items.

Required: No

criteria

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

Type: ResourceCriteria object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

not

A subexpression that must not match.

Type: ResourceLogicalExpression object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

or

A list of subexpressions of which at least one must match.

Type: Array of ResourceLogicalExpression objects

Array Members: Minimum number of 0 items. Maximum number of 20 items.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: