Module Values.ServiceConnectTlsConfigurationSource

The key that encrypts and decrypts your resources for Service Connect TLS.

Sourcetype nonrec t = {
  1. issuerCertificateAuthority : ServiceConnectTlsCertificateAuthority.t;
    (*

    The signer certificate authority.

    *)
  2. kmsKey : String_.t option;
    (*

    The Amazon Web Services Key Management Service key.

    *)
  3. roleArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the IAM role that's associated with the Service Connect TLS.

    *)
}
Sourceval context_ : string
Sourceval make : ?kmsKey:??? -> ?roleArn:??? -> issuerCertificateAuthority:ServiceConnectTlsCertificateAuthority.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t