View source: R/apigatewayv2_operations.R
apigatewayv2_create_stage | R Documentation |
Creates a Stage for an API.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_stage/ for full documentation.
apigatewayv2_create_stage(
AccessLogSettings = NULL,
ApiId,
AutoDeploy = NULL,
ClientCertificateId = NULL,
DefaultRouteSettings = NULL,
DeploymentId = NULL,
Description = NULL,
RouteSettings = NULL,
StageName,
StageVariables = NULL,
Tags = NULL
)
AccessLogSettings |
Settings for logging access in this stage. |
ApiId |
[required] The API identifier. |
AutoDeploy |
Specifies whether updates to an API automatically trigger a new deployment. The default value is false. |
ClientCertificateId |
The identifier of a client certificate for a Stage. Supported only for WebSocket APIs. |
DefaultRouteSettings |
The default route settings for the stage. |
DeploymentId |
The deployment identifier of the API stage. |
Description |
The description for the API stage. |
RouteSettings |
Route settings for the stage, by routeKey. |
StageName |
[required] The name of the stage. |
StageVariables |
A map that defines the stage variables for a Stage. Variable names can have alphanumeric and underscore characters, and the values must match [A-Za-z0-9-._~:/?#&=,]+. |
Tags |
The collection of tags. Each tag element is associated with a given resource. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.