Values.SettingSourceThe current account setting for a resource.
type nonrec t = {name : SettingName.t option;The Amazon ECS resource name.
*)value : String_.t option;Determines whether the account setting is on or off for the specified resource.
*)principalArn : String_.t option;The ARN of the principal. It can be a user, role, or the root user. If this field is omitted, the authenticated user is assumed.
*)type_ : SettingType.t option;Indicates whether Amazon Web Services manages the account setting, or if the user manages it. aws_managed account settings are read-only, as Amazon Web Services manages such on the customer's behalf. Currently, the guardDutyActivate account setting is the only one Amazon Web Services manages.
*)}