/dhall-aws-cloudformation/sam/AWS::Serverless::HttpApi/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AccessLogSetting : Optional (./AccessLogSetting.dhall).Type
, Auth : Optional (./HttpApiAuth.dhall).Type
, CorsConfiguration : Optional Bool
, DefaultRouteSettings : Optional (./RouteSettings.dhall).Type
, DefinitionBody : Optional (./../../Prelude.dhall).JSON.Type
, DefinitionUri : Optional (./../../Fn.dhall).CfnText
, Description : Optional (./../../Fn.dhall).CfnText
, DisableExecuteApiEndpoint : Optional Bool
, Domain : Optional (./HttpApiDomainConfiguration.dhall).Type
, FailOnWarnings : Optional Bool
, RouteSettings : Optional (./RouteSettings.dhall).Type
, StageName : Optional (./../../Fn.dhall).CfnText
, StageVariables :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Tags :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
, default =
{ AccessLogSetting = None (./AccessLogSetting.dhall).Type
, Auth = None (./HttpApiAuth.dhall).Type
, CorsConfiguration = None Bool
, DefaultRouteSettings = None (./RouteSettings.dhall).Type
, DefinitionBody = None (./../../Prelude.dhall).JSON.Type
, DefinitionUri = None (./../../Fn.dhall).CfnText
, Description = None (./../../Fn.dhall).CfnText
, DisableExecuteApiEndpoint = None Bool
, Domain = None (./HttpApiDomainConfiguration.dhall).Type
, FailOnWarnings = None Bool
, RouteSettings = None (./RouteSettings.dhall).Type
, StageName = None (./../../Fn.dhall).CfnText
, StageVariables =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, Tags =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
}
}