Uses of Interface
software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer.JWTConfigurationProperty
Packages that use CfnAuthorizer.JWTConfigurationProperty
-
Uses of CfnAuthorizer.JWTConfigurationProperty in software.amazon.awscdk.services.apigatewayv2
Classes in software.amazon.awscdk.services.apigatewayv2 that implement CfnAuthorizer.JWTConfigurationPropertyModifier and TypeClassDescriptionstatic final classAn implementation forCfnAuthorizer.JWTConfigurationPropertyMethods in software.amazon.awscdk.services.apigatewayv2 that return CfnAuthorizer.JWTConfigurationPropertyModifier and TypeMethodDescriptionCfnAuthorizer.JWTConfigurationProperty.Builder.build()Builds the configured instance.Methods in software.amazon.awscdk.services.apigatewayv2 with parameters of type CfnAuthorizer.JWTConfigurationPropertyModifier and TypeMethodDescriptionCfnAuthorizer.Builder.jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration) TheJWTConfigurationproperty specifies the configuration of a JWT authorizer.CfnAuthorizerProps.Builder.jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration) Sets the value ofCfnAuthorizerProps.getJwtConfiguration()voidCfnAuthorizer.setJwtConfiguration(CfnAuthorizer.JWTConfigurationProperty value) TheJWTConfigurationproperty specifies the configuration of a JWT authorizer.