cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

Support "languageCode" for AWS::Kendra::DataSource and AWS::Kendra::Faq

Open lokemoon opened this issue 1 year ago • 1 comments

Name of the resource

AWS::Kendra::DataSource

Resource name

No response

Description

The field "languageCode" is not supported in AWS::Kendra::DataSource and AWS::Kendra::Faq

Refer the API below for availabilities https://docs.aws.amazon.com/kendra/latest/APIReference/API_CreateFaq.html https://docs.aws.amazon.com/kendra/latest/APIReference/API_CreateDataSource.html

Other Details

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html

lokemoon avatar Aug 29 '23 11:08 lokemoon

Here are the PRs to address this:

  • https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kendra/pull/106
  • https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-kendra/pull/109

Once these have finished deployment, I'll follow up on this issue.

jregistr avatar Jan 22 '24 00:01 jregistr

See DataSource: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-datasource.html and FAQ: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-kendra-faq.html

Both now include LanguageCode.

jregistr avatar Mar 25 '24 22:03 jregistr