Values.ResourceDriftSourceIndicates the resources that have drifted in the current application version.
type nonrec t = {appArn : Arn.t option;Amazon Resource Name (ARN) of the application whose resources have drifted. The format for this ARN is: arn:partition:resiliencehub:region:account:app-assessment/app-id. For more information about ARNs, see Amazon Resource Names (ARNs) in the Amazon Web Services General Reference guide.
*)appVersion : EntityVersion.t option;Version of the application whose resources have drifted.
*)diffType : DifferenceType.t option;Indicates if the resource was added or removed.
*)referenceId : EntityId.t option;Reference identifier of the resource drift.
*)resourceIdentifier : ResourceIdentifier.t option;Identifier of the drifted resource.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Arn.t
| `Structure of
(string
* [> `String of String255.t
| `Structure of (string * [> `String of String255.t ]) list ])
list ])
list ]