@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.428Z") @Stability(value=Experimental) public interface WebSocketAuthorizerAttributes extends software.amazon.jsii.JsiiSerializable
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.alpha.*;
WebSocketAuthorizerAttributes webSocketAuthorizerAttributes = WebSocketAuthorizerAttributes.builder()
.authorizerId("authorizerId")
.authorizerType("authorizerType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
WebSocketAuthorizerAttributes.Builder
A builder for
WebSocketAuthorizerAttributes |
static class |
WebSocketAuthorizerAttributes.Jsii$Proxy
An implementation for
WebSocketAuthorizerAttributes |
| Modifier and Type | Method and Description |
|---|---|
static WebSocketAuthorizerAttributes.Builder |
builder() |
String |
getAuthorizerId()
(experimental) Id of the Authorizer.
|
String |
getAuthorizerType()
(experimental) Type of authorizer.
|
@Stability(value=Experimental) @NotNull String getAuthorizerId()
@Stability(value=Experimental) @NotNull String getAuthorizerType()
Possible values are:
@Stability(value=Experimental) static WebSocketAuthorizerAttributes.Builder builder()
Copyright © 2023. All rights reserved.