@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.633Z") @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.*;
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 © 2022. All rights reserved.