Interface CfnAuthorizerV2.JWTConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAuthorizerV2.JWTConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnAuthorizerV2
@Stability(Deprecated)
@Deprecated
public static interface CfnAuthorizerV2.JWTConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Deprecated.
moved to package aws-apigatewayv2
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.apigateway.*; JWTConfigurationProperty jWTConfigurationProperty = JWTConfigurationProperty.builder() .audience(List.of("audience")) .issuer("issuer") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
Deprecated.static final class
Deprecated. -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAudience
Deprecated.(deprecated)CfnAuthorizerV2.JWTConfigurationProperty.Audience
.- See Also:
-
getIssuer
Deprecated.(deprecated)CfnAuthorizerV2.JWTConfigurationProperty.Issuer
.- See Also:
-
builder
@Stability(Deprecated) @Deprecated static CfnAuthorizerV2.JWTConfigurationProperty.Builder builder()Deprecated.
-