/dhall-aws-cloudformation/cloudformation/AWS::Kendra::DataSource/WebCrawlerAuthenticationConfiguration.dhall

Copy path to clipboard

Source

{ Type =
{ BasicAuthentication :
Optional (List (./WebCrawlerBasicAuthentication.dhall).Type)
}
, default.BasicAuthentication
= None (List (./WebCrawlerBasicAuthentication.dhall).Type)
}