module Stratosphere.ApiGatewayV2.Authorizer.JWTConfigurationProperty where import qualified Data.Aeson as JSON import qualified Stratosphere.Prelude as Prelude import Stratosphere.ResourceProperties data JWTConfigurationProperty :: Prelude.Type instance ToResourceProperties JWTConfigurationProperty instance Prelude.Eq JWTConfigurationProperty instance Prelude.Show JWTConfigurationProperty instance JSON.ToJSON JWTConfigurationProperty