Values.KerberosAuthenticationSettingsSourceSpecifies the settings required for kerberos authentication when creating the replication instance.
type nonrec t = {keyCacheSecretId : String_.t option;Specifies the ID of the secret that stores the key cache file required for kerberos authentication.
*)keyCacheSecretIamArn : String_.t option;Specifies the Amazon Resource Name (ARN) of the IAM role that grants Amazon Web Services DMS access to the secret containing key cache file for the kerberos authentication.
*)krb5FileContents : String_.t option;Specifies the contents of krb5 configuration file required for kerberos authentication.
*)}