@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:31.996Z") public interface WebSocketStageAttributes extends StageAttributes
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.*; WebSocketApi webSocketApi; WebSocketStageAttributes webSocketStageAttributes = WebSocketStageAttributes.builder() .api(webSocketApi) .stageName("stageName") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
WebSocketStageAttributes.Builder
A builder for
WebSocketStageAttributes |
static class |
WebSocketStageAttributes.Jsii$Proxy
An implementation for
WebSocketStageAttributes |
Modifier and Type | Method and Description |
---|---|
static WebSocketStageAttributes.Builder |
builder() |
IWebSocketApi |
getApi()
(experimental) The API to which this stage is associated.
|
getStageName
IWebSocketApi getApi()
static WebSocketStageAttributes.Builder builder()
builder
in interface StageAttributes
WebSocketStageAttributes.Builder
of WebSocketStageAttributes