@aws-cdk_aws-apigatewayv2-alpha.StageAttributes

interface StageAttributes 🔹

LanguageType name
.NETAmazon.CDK.AWS.Apigatewayv2.Alpha.StageAttributes
Gogithub.com/aws/aws-cdk-go/awscdkapigatewayv2alpha/v2#StageAttributes
Javasoftware.amazon.awscdk.services.apigatewayv2.alpha.StageAttributes
Pythonaws_cdk.aws_apigatewayv2_alpha.StageAttributes
TypeScript (source)@aws-cdk/aws-apigatewayv2-alpha » 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 * as apigatewayv2_alpha from '@aws-cdk/aws-apigatewayv2-alpha';
const stageAttributes: apigatewayv2_alpha.StageAttributes = {
  stageName: 'stageName',
};

Properties

NameTypeDescription
stageName🔹stringThe name of the stage.

stageName🔹

Type: string

The name of the stage.