/dhall-aws-cloudformation/cloudformation/AWS::Greengrass::ResourceDefinitionVersion/GroupOwnerSetting.dhall
Copy path to clipboardSource
{ Type =
{ AutoAddGroupOwner : Bool
, GroupOwner : Optional (./../../Fn.dhall).CfnText
}
, default.GroupOwner = None (./../../Fn.dhall).CfnText
}