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

Copy path to clipboard

Source

{ Type =
{ ApiId : (./../../Fn.dhall).CfnText
, Integration : Optional (./IntegrationOverrides.dhall).Type
, Route : Optional (./RouteOverrides.dhall).Type
, Stage : Optional (./StageOverrides.dhall).Type
}
, default =
{ Integration = None (./IntegrationOverrides.dhall).Type
, Route = None (./RouteOverrides.dhall).Type
, Stage = None (./StageOverrides.dhall).Type
}
}