/dhall-aws-cloudformation/cloudformation/AWS::OpenSearchServerless::VpcEndpoint/Properties.dhall
Copy path to clipboardSource
{ Type =
{ Name : (./../../Fn.dhall).CfnText
, SecurityGroupIds : Optional (List (./../../Fn.dhall).CfnText)
, SubnetIds : List (./../../Fn.dhall).CfnText
, VpcId : (./../../Fn.dhall).CfnText
}
, default.SecurityGroupIds = None (List (./../../Fn.dhall).CfnText)
}