/dhall-aws-cloudformation/cloudformation/AWS::Detective::Graph/Properties.dhall
Copy path to clipboardSource
{ Type =
{ AutoEnableMembers : Optional Bool
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ AutoEnableMembers = None Bool, Tags = None (List (./../Tag.dhall).Type) }
}