Skip to content

Api Gateway  >  Structures  >  Deployment

Deployment

Structure Class

Deployment dataclass

An immutable representation of a RestApi resource that can be called by users using Stages. A deployment must be associated with a Stage for it to be callable over the Internet.

Attributes

api_summary class-attribute instance-attribute
api_summary: dict[str, dict[str, MethodSnapshot]] | None = None

A summary of the RestApi at the date and time that the deployment resource was created.

created_date class-attribute instance-attribute
created_date: datetime | None = None

The date and time that the deployment resource was created.

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

The description for the deployment resource.

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

The identifier for the deployment resource.