Stratosphere.Lambda.Url.CorsProperty
data CorsProperty Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-allowcredentials
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-allowheaders
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-allowmethods
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-alloworigins
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-exposeheaders
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-url-cors.html#cfn-lambda-url-cors-maxage
Defined in Stratosphere.Lambda.Url.CorsProperty
Methods
toJSON :: CorsProperty -> Value #
toEncoding :: CorsProperty -> Encoding #
toJSONList :: [CorsProperty] -> Value #
toEncodingList :: [CorsProperty] -> Encoding #
omitField :: CorsProperty -> Bool #
showsPrec :: Int -> CorsProperty -> ShowS #
show :: CorsProperty -> String #
showList :: [CorsProperty] -> ShowS #
(==) :: CorsProperty -> CorsProperty -> Bool #
(/=) :: CorsProperty -> CorsProperty -> Bool #
toResourceProperties :: CorsProperty -> ResourceProperties #
Associated Types
set :: PropertyType "AllowCredentials" CorsProperty -> CorsProperty -> CorsProperty #
set :: PropertyType "AllowHeaders" CorsProperty -> CorsProperty -> CorsProperty #
set :: PropertyType "AllowMethods" CorsProperty -> CorsProperty -> CorsProperty #
set :: PropertyType "AllowOrigins" CorsProperty -> CorsProperty -> CorsProperty #
set :: PropertyType "ExposeHeaders" CorsProperty -> CorsProperty -> CorsProperty #
set :: PropertyType "MaxAge" CorsProperty -> CorsProperty -> CorsProperty #
mkCorsProperty :: CorsProperty Source #