Values.TrustAnchorDetailSourceThe state of the trust anchor after a read or write operation.
type nonrec t = {trustAnchorId : Uuid.t option;The unique identifier of the trust anchor.
*)trustAnchorArn : String_.t option;The ARN of the trust anchor.
*)name : ResourceName.t option;The name of the trust anchor.
*)source : Source.t option;The trust anchor type and its related certificate data.
*)enabled : Boolean.t option;Indicates whether the trust anchor is enabled.
*)createdAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the trust anchor was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The ISO-8601 timestamp when the trust anchor was last updated.
*)notificationSettings : NotificationSettingDetails.t option;A list of notification settings to be associated to the trust anchor.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of NotificationSettingDetailThresholdInteger.t
| `String of NotificationSettingDetailConfiguredByString.t ])
list ]
list
| `String of Uuid.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of SourceDataX509CertificateDataString.t ])
list ])
list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]