@Stability(value=Stable)
public static interface CfnAuthorizer.JWTConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
JWTConfigurationProperty jWTConfigurationProperty = JWTConfigurationProperty.builder()
.audience(List.of("audience"))
.issuer("issuer")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAuthorizer.JWTConfigurationProperty.Builder
A builder for
CfnAuthorizer.JWTConfigurationProperty |
static class |
CfnAuthorizer.JWTConfigurationProperty.Jsii$Proxy
An implementation for
CfnAuthorizer.JWTConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAuthorizer.JWTConfigurationProperty.Builder |
builder() |
default List<String> |
getAudience()
`CfnAuthorizer.JWTConfigurationProperty.Audience`.
|
default String |
getIssuer()
`CfnAuthorizer.JWTConfigurationProperty.Issuer`.
|
@Stability(value=Stable) @Nullable default List<String> getAudience()
@Stability(value=Stable) @Nullable default String getIssuer()
@Stability(value=Stable) static CfnAuthorizer.JWTConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.