Values.InputSecurityGroupSourceAn Input Security Group
type nonrec t = {arn : string option;Unique ARN of Input Security Group
*)id : string option;The Id of the Input Security Group
*)inputs : string list option;The list of inputs currently using this Input Security Group.
*)state : InputSecurityGroupState.t option;The current state of the Input Security Group.
*)whitelistRules : InputWhitelistRule.t list option;Whitelist rules and their sync status
*)channels : string list option;The list of channels currently using this Input Security Group as their channel security group.
*)}