/dhall-aws-cloudformation/cloudformation/AWS::MSK::Cluster/VpcConnectivityClientAuthentication.dhall

Copy path to clipboard

Source

{ Type =
{ Sasl : Optional (./VpcConnectivitySasl.dhall).Type
, Tls : Optional (./VpcConnectivityTls.dhall).Type
}
, default =
{ Sasl = None (./VpcConnectivitySasl.dhall).Type
, Tls = None (./VpcConnectivityTls.dhall).Type
}
}