@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.427Z") @Stability(value=Experimental) public interface WebSocketApiAttributes extends software.amazon.jsii.JsiiSerializable
Example:
IWebSocketApi webSocketApi = WebSocketApi.fromWebSocketApiAttributes(this, "mywsapi", WebSocketApiAttributes.builder().webSocketId("api-1234").build());
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketApiAttributes.Builder
A builder for
WebSocketApiAttributes |
static class |
WebSocketApiAttributes.Jsii$Proxy
An implementation for
WebSocketApiAttributes |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketApiAttributes.Builder |
builder() |
default String |
getApiEndpoint()
(experimental) The endpoint URL of the WebSocketApi.
|
String |
getWebSocketId()
(experimental) The identifier of the WebSocketApi.
|
@Stability(value=Experimental) @NotNull String getWebSocketId()
@Stability(value=Experimental) @Nullable default String getApiEndpoint()
Default: - throw san error if apiEndpoint is accessed.
@Stability(value=Experimental) static WebSocketApiAttributes.Builder builder()
WebSocketApiAttributes.Builder of WebSocketApiAttributesCopyright © 2023. All rights reserved.