/dhall-aws-cloudformation/cloudformation/AWS::CustomerProfiles::ObjectType/ObjectTypeKey.dhall
Copy path to clipboardSource
{ Type =
{ FieldNames : Optional (List (./../../Fn.dhall).CfnText)
, StandardIdentifiers : Optional (List (./../../Fn.dhall).CfnText)
}
, default =
{ FieldNames = None (List (./../../Fn.dhall).CfnText)
, StandardIdentifiers = None (List (./../../Fn.dhall).CfnText)
}
}