Values.ComplianceViolatorSourceDetails of the resource that is not protected by the policy.
type nonrec t = {resourceId : ResourceId.t option;The resource ID.
*)violationReason : ViolationReason.t option;The reason that the resource is not protected by the policy.
*)resourceType : ResourceType.t option;The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. For example: AWS::ElasticLoadBalancingV2::LoadBalancer, AWS::CloudFront::Distribution, or AWS::NetworkFirewall::FirewallPolicy.
*)metadata : ComplianceViolatorMetadata.t option;Metadata about the resource that doesn't comply with the policy scope.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Map of
([> `String of LengthBoundedString.t ]
* [> `String of LengthBoundedString.t ])
list
| `String of ResourceId.t ])
list ]