@Stability(value=Deprecated) @Deprecated public static interface CfnAuthorizerV2.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.apigateway.*;
JWTConfigurationProperty jWTConfigurationProperty = JWTConfigurationProperty.builder()
.audience(List.of("audience"))
.issuer("issuer")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAuthorizerV2.JWTConfigurationProperty.Builder
Deprecated.
|
static class |
CfnAuthorizerV2.JWTConfigurationProperty.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnAuthorizerV2.JWTConfigurationProperty.Builder |
builder()
Deprecated.
|
default List<String> |
getAudience()
Deprecated.
|
default String |
getIssuer()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @Nullable default List<String> getAudience()
@Stability(value=Deprecated) @Deprecated @Nullable default String getIssuer()
@Stability(value=Deprecated) @Deprecated static CfnAuthorizerV2.JWTConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.