Values.CreateTrustAnchorRequestSourceCreates a trust anchor to establish trust between IAM Roles Anywhere and your certificate authority (CA). You can define a trust anchor as a reference to an Private Certificate Authority (Private CA) or by uploading a CA certificate. Your Amazon Web Services workloads can authenticate with the trust anchor using certificates issued by the CA in exchange for temporary Amazon Web Services credentials. Required permissions: rolesanywhere:CreateTrustAnchor.
type nonrec t = {name : ResourceName.t;The name of the trust anchor.
*)source : Source.t;The trust anchor type and its related certificate data.
*)enabled : Boolean.t option;Specifies whether the trust anchor is enabled.
*)notificationSettings : NotificationSettings.t option;A list of notification settings to be associated to the trust anchor.
*)}val make :
?enabled:??? ->
?tags:??? ->
?notificationSettings:??? ->
name:ResourceName.t ->
source:Source.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of NotificationSettingThresholdInteger.t
| `String of TagKey.t ])
list ]
list
| `String of ResourceName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `String of SourceDataX509CertificateDataString.t ])
list ])
list ])
list ]