class Aws::ApiGatewayV2::Types::Deployment

An immutable representation of an API that can be called by users. A Deployment must be associated with a Stage for it to be callable over the internet.

@!attribute [rw] auto_deployed

Specifies whether a deployment was automatically released.
@return [Boolean]

@!attribute [rw] created_date

The date and time when the Deployment resource was created.
@return [Time]

@!attribute [rw] deployment_id

The identifier for the deployment.
@return [String]

@!attribute [rw] deployment_status

The status of the deployment: PENDING, FAILED, or SUCCEEDED.
@return [String]

@!attribute [rw] deployment_status_message

May contain additional feedback on the status of an API deployment.
@return [String]

@!attribute [rw] description

The description for the deployment.
@return [String]

Constants

SENSITIVE