Skip to content

Guardduty  >  Structures  >  ScanConditionPair

ScanConditionPair

Structure Class

ScanConditionPair dataclass

Represents the key:value pair to be matched against given resource property.

Attributes

key class-attribute instance-attribute
key: str | None = None

Represents the key in the map condition.

value class-attribute instance-attribute
value: str | None = None

Represents optional value in the map condition. If not specified, only the key will be matched.