AWSAPIGatewayV2Stage
No description
type AWSAPIGatewayV2Stage {
name: String!
accessLogSettings: AWSAPIGatewayV2StageAccessLogSettings
apiGatewayManaged: Boolean!
autoDeploy: Boolean!
clientCertificateId: String!
createdAt: DateTime!
defaultRouteSettings: AWSAPIGatewayV2StageRouteSettings
deploymentId: String!
description: String!
lastDeploymentStatusMessage: String!
lastUpdatedAt: DateTime
routeSettings: [AWSAPIGatewayV2StageRouteSettingsMap!]!
stageVariables: [AWSTag!]!
tags: [AWSTag!]!
}
Fields
AWSAPIGatewayV2Stage.name ● String! non-null scalar
The name of the stage
AWSAPIGatewayV2Stage.accessLogSettings ● AWSAPIGatewayV2StageAccessLogSettings object
Settings for logging access in this stage
AWSAPIGatewayV2Stage.apiGatewayManaged ● Boolean! non-null scalar
Indicates whether a stage is managed by API Gateway
AWSAPIGatewayV2Stage.autoDeploy ● Boolean! non-null scalar
Indicates whether updates to an API automatically trigger a new deployment
AWSAPIGatewayV2Stage.clientCertificateId ● String! non-null scalar
The identifier of a client certificate for a Stage
AWSAPIGatewayV2Stage.createdAt ● DateTime! non-null scalar
The timestamp when the stage was created
AWSAPIGatewayV2Stage.defaultRouteSettings ● AWSAPIGatewayV2StageRouteSettings object
Default route settings for the stage
AWSAPIGatewayV2Stage.deploymentId ● String! non-null scalar
The identifier of the Deployment that the Stage is associated with
AWSAPIGatewayV2Stage.description ● String! non-null scalar
The description of the stage
AWSAPIGatewayV2Stage.lastDeploymentStatusMessage ● String! non-null scalar
Describes the status of the last deployment of a stage
AWSAPIGatewayV2Stage.lastUpdatedAt ● DateTime scalar
The timestamp when the stage was last updated
AWSAPIGatewayV2Stage.routeSettings ● [AWSAPIGatewayV2StageRouteSettingsMap!]! non-null object
Route settings for the stage, by routeKey
AWSAPIGatewayV2Stage.stageVariables ● [AWSTag!]! non-null object
A map that defines the stage variables for a stage resource
AWSAPIGatewayV2Stage.tags ● [AWSTag!]! non-null object
The collection of tags
Member of
AWSAPIGatewayHTTPAPI object ● AWSAPIGatewayWebSocketAPI object