Values.ManagedSecurityGroupSourceA security group associated with the Express service.
type nonrec t = {arn : String_.t option;The ARN of the security group.
*)status : ManagedResourceStatus.t option;The status of the security group.
*)statusReason : String_.t option;Information about why the security group is in the current status.
*)updatedAt : Timestamp.t option;The Unix timestamp for when the security group was last updated.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]