/dhall-aws-cloudformation/cloudformation/AWS::ApiGateway::RestApi/EndpointConfiguration.dhall

Copy path to clipboard

Source

{ 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)
}
}