Skip to content

Bedrock Agentcore Control  >  Structures  >  GatewaySummary

GatewaySummary

Structure Class

GatewaySummary dataclass

Contains summary information about a gateway.

Attributes

authorizer_type instance-attribute
authorizer_type: AuthorizerType

The type of authorizer used by the gateway.

created_at instance-attribute
created_at: datetime

The timestamp when the gateway was created.

description class-attribute instance-attribute
description: str | None = field(repr=False, default=None)

The description of the gateway.

gateway_id instance-attribute
gateway_id: str

The unique identifier of the gateway.

name instance-attribute
name: str

The name of the gateway.

protocol_type class-attribute instance-attribute
protocol_type: GatewayProtocolType = GatewayProtocolType('MCP')

The protocol type used by the gateway.

status instance-attribute
status: GatewayStatus

The current status of the gateway.

updated_at instance-attribute
updated_at: datetime

The timestamp when the gateway was last updated.