Skip to content

Bedrock Agentcore Control  >  Structures  >  GatewayRuleDetail

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.

created_at instance-attribute
created_at: datetime

The timestamp when the rule was created.

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.

rule_id instance-attribute
rule_id: str

The unique identifier of the gateway rule.

status instance-attribute

The current status of the rule.

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.