Values.RemediationExceptionResourceKeySourceThe details that identify a resource within Config, including the resource type and resource ID.
type nonrec t = {resourceType : StringWithCharLimit256.t option;The type of a resource.
*)resourceId : StringWithCharLimit1024.t option;The ID of the resource (for example., sg-xxxxxx).
*)}val to_value :
t ->
[> `Structure of (string * [> `String of StringWithCharLimit256.t ]) list ]