/dhall-aws-cloudformation/cloudformation/AWS::ApiGateway::RestApi/EndpointConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ Types : Optional (List (./../../Fn.dhall).CfnText)
, VpcEndpointIds : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ Types = None (List (./../../Fn.dhall).CfnText)
, VpcEndpointIds = None (List (./../../Fn.dhall).CfnText)
}
}