@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-15T19:53:17.393Z") @Stability(value=Experimental) public interface HttpAuthorizerAttributes 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.*;
HttpAuthorizerAttributes httpAuthorizerAttributes = HttpAuthorizerAttributes.builder()
.authorizerId("authorizerId")
.authorizerType("authorizerType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpAuthorizerAttributes.Builder
A builder for
HttpAuthorizerAttributes |
static class |
HttpAuthorizerAttributes.Jsii$Proxy
An implementation for
HttpAuthorizerAttributes |
| Modifier and Type | Method and Description |
|---|---|
static HttpAuthorizerAttributes.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 HttpAuthorizerAttributes.Builder builder()
HttpAuthorizerAttributes.Builder of HttpAuthorizerAttributesCopyright © 2023. All rights reserved.