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.112.0 (build de1bc80)", date="2025-05-22T23:39:45.234Z") @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();