Stratosphere.Lambda.Url
module Stratosphere.Lambda.Url.CorsProperty
data Url Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-authtype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-cors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-invokemode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-qualifier
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-lambda-url.html#cfn-lambda-url-targetfunctionarn
Defined in Stratosphere.Lambda.Url
Methods
toJSON :: Url -> Value #
toEncoding :: Url -> Encoding #
toJSONList :: [Url] -> Value #
toEncodingList :: [Url] -> Encoding #
omitField :: Url -> Bool #
showsPrec :: Int -> Url -> ShowS #
show :: Url -> String #
showList :: [Url] -> ShowS #
(==) :: Url -> Url -> Bool #
(/=) :: Url -> Url -> Bool #
toResourceProperties :: Url -> ResourceProperties #
Associated Types
set :: PropertyType "AuthType" Url -> Url -> Url #
set :: PropertyType "Cors" Url -> Url -> Url #
set :: PropertyType "InvokeMode" Url -> Url -> Url #
set :: PropertyType "Qualifier" Url -> Url -> Url #
set :: PropertyType "TargetFunctionArn" Url -> Url -> Url #
mkUrl :: Value Text -> Value Text -> Url Source #