/dhall-aws-cloudformation/cloudformation/AWS::ApiGatewayV2::Stage/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AccessLogSettings : Optional (./AccessLogSettings.dhall).Type
, AccessPolicyId : Optional (./../../Fn.dhall).CfnText
, ApiId : (./../../Fn.dhall).CfnText
, AutoDeploy : Optional Bool
, ClientCertificateId : Optional (./../../Fn.dhall).CfnText
, DefaultRouteSettings : Optional (./RouteSettings.dhall).Type
, DeploymentId : Optional (./../../Fn.dhall).CfnText
, Description : Optional (./../../Fn.dhall).CfnText
, RouteSettings : Optional (./../../Prelude.dhall).JSON.Type
, StageName : (./../../Fn.dhall).CfnText
, StageVariables : Optional (./../../Prelude.dhall).JSON.Type
, Tags : Optional (./../../Prelude.dhall).JSON.Type
}
, default =
{ AccessLogSettings = None (./AccessLogSettings.dhall).Type
, AccessPolicyId = None (./../../Fn.dhall).CfnText
, AutoDeploy = None Bool
, ClientCertificateId = None (./../../Fn.dhall).CfnText
, DefaultRouteSettings = None (./RouteSettings.dhall).Type
, DeploymentId = None (./../../Fn.dhall).CfnText
, Description = None (./../../Fn.dhall).CfnText
, RouteSettings = None (./../../Prelude.dhall).JSON.Type
, StageVariables = None (./../../Prelude.dhall).JSON.Type
, Tags = None (./../../Prelude.dhall).JSON.Type
}
}