/dhall-aws-cloudformation/cloudformation/AWS::MSK::Cluster/ClientAuthentication.dhall
Copy path to clipboardSource
{ Type =
{ Sasl : Optional (./Sasl.dhall).Type
, Tls : Optional (./Tls.dhall).Type
, Unauthenticated : Optional (./Unauthenticated.dhall).Type
}
, default =
{ Sasl = None (./Sasl.dhall).Type
, Tls = None (./Tls.dhall).Type
, Unauthenticated = None (./Unauthenticated.dhall).Type
}
}