GatewayRuleDetail¶
Structure Class¶
GatewayRuleDetail
dataclass
¶
Detailed information about a gateway rule.
Attributes¶
actions
instance-attribute
¶
actions: list[Action]
The actions to take when the rule conditions are met.
conditions
class-attribute
instance-attribute
¶
conditions: list[Condition] | None = None
The conditions that must be met for the rule to apply.
description
class-attribute
instance-attribute
¶
description: str | None = None
The description of the gateway rule.
gateway_arn
instance-attribute
¶
gateway_arn: str
The Amazon Resource Name (ARN) of the gateway that the rule belongs to.
priority
instance-attribute
¶
priority: int
The priority of the rule. Rules are evaluated in order of priority, with lower numbers evaluated first.
system
class-attribute
instance-attribute
¶
system: SystemManagedBlock | None = None
System-managed metadata for rules created by automated processes.
updated_at
class-attribute
instance-attribute
¶
updated_at: datetime | None = None
The timestamp when the rule was last updated.