/dhall-aws-cloudformation/cloudformation/AWS::Detective::Graph/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AutoEnableMembers : Optional Bool
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ AutoEnableMembers = None Bool, Tags = None (List (./../Tag.dhall).Type) }
}