Additional optional args that can be passed along to the Deployment created by the awsx.apigateway.API.

interface DeploymentArgs {
    description?: any;
    stageDescription?: any;
}

Properties

description?: any

The description of the deployment

stageDescription?: any

The description of the stage

Generated using TypeDoc