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.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.314Z") @Stability(Experimental) public interface StageAttributes extends software.amazon.jsii.JsiiSerializable
(experimental) 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();