| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketAuthorizerType |
WebSocketAuthorizerProps.getType()
(experimental) The type of authorizer.
|
WebSocketAuthorizerType |
WebSocketAuthorizerProps.Jsii$Proxy.getType() |
static WebSocketAuthorizerType |
WebSocketAuthorizerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketAuthorizerType[] |
WebSocketAuthorizerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketAuthorizer.Builder |
WebSocketAuthorizer.Builder.type(WebSocketAuthorizerType type)
(experimental) The type of authorizer.
|
WebSocketAuthorizerProps.Builder |
WebSocketAuthorizerProps.Builder.type(WebSocketAuthorizerType type)
Sets the value of
WebSocketAuthorizerProps.getType() |
Copyright © 2022. All rights reserved.