Values.CreateTrustStoreInputSourceCreates a trust store. For more information, see Mutual TLS for Application Load Balancers.
type nonrec t = {name : TrustStoreName.t;The name of the trust store. This name must be unique per region and can't be changed after creation.
*)caCertificatesBundleS3Bucket : S3Bucket.t;The Amazon S3 bucket for the ca certificates bundle.
*)caCertificatesBundleS3Key : S3Key.t;The Amazon S3 path for the ca certificates bundle.
*)caCertificatesBundleS3ObjectVersion : S3ObjectVersion.t option;The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
*)}val make :
?caCertificatesBundleS3ObjectVersion:??? ->
?tags:??? ->
name:TrustStoreName.t ->
caCertificatesBundleS3Bucket:S3Bucket.t ->
caCertificatesBundleS3Key:S3Key.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of TrustStoreName.t ])
list ]