interface StageAttributes
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.Apigatewayv2.StageAttributes | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigatewayv2#StageAttributes | 
|  Java | software.amazon.awscdk.services.apigatewayv2.StageAttributes | 
|  Python | aws_cdk.aws_apigatewayv2.StageAttributes | 
|  TypeScript (source) | aws-cdk-lib»aws_apigatewayv2»StageAttributes | 
The attributes used to import existing Stage.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigatewayv2 as apigatewayv2 } from 'aws-cdk-lib';
const stageAttributes: apigatewayv2.StageAttributes = {
  stageName: 'stageName',
};
Properties
| Name | Type | Description | 
|---|---|---|
| stage | string | The name of the stage. | 
stageName
Type:
string
The name of the stage.
