/dhall-aws-cloudformation/cloudformation/AWS::Greengrass::ResourceDefinition/GroupOwnerSetting.dhall

Copy path to clipboard

Source

{ Type =
{ AutoAddGroupOwner : Bool
, GroupOwner : Optional (./../../Fn.dhall).CfnText
}
, default.GroupOwner = None (./../../Fn.dhall).CfnText
}