/dhall-aws-cloudformation/cloudformation/AWS::MemoryDB::User/AuthenticationMode.dhall

Copy path to clipboard

Source

{ Type =
{ Passwords : Optional (List (./../../Fn.dhall).CfnText)
, Type : Optional (./../../Fn.dhall).CfnText
}
, default =
{ Passwords = None (List (./../../Fn.dhall).CfnText)
, Type = None (./../../Fn.dhall).CfnText
}
}