Interface StageAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
HttpStageAttributes, WebSocketStageAttributes
All Known Implementing Classes:
HttpStageAttributes.Jsii$Proxy, StageAttributes.Jsii$Proxy, WebSocketStageAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-24T21:00:25.081Z") @Stability(Stable) public interface StageAttributes extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.apigatewayv2.*;
 StageAttributes stageAttributes = StageAttributes.builder()
         .stageName("stageName")
         .build();