awslabs / landing-zone-accelerator-on-aws

Deploy a multi-account cloud foundation to support highly-regulated workloads and complex compliance requirements.
https://aws.amazon.com/solutions/implementations/landing-zone-accelerator-on-aws/
Apache License 2.0
564 stars 449 forks source link

Add Support for Chatbot Policies in the organizations-config #614

Open turqual opened 1 month ago

turqual commented 1 month ago

Is your feature request related to a problem? Please describe. Similar to the support for Tag and Backup policies, we would like to be able to manage our ChatBot policies from the organizations-config.yaml withing LZA.

Describe the feature you'd like So like we have...

taggingPolicies:
  - name: TagPolicy
    description: Organization Tagging Policy
    policy: tagging-policies/org-tag-policy.json
    deploymentTargets:
        organizationalUnits:
          - Root

...we would like...

  chatbotPolicies:
  - name: ChatbotPolicy
    description: Organization Chatbot Policy
    policy: chatbot-policies/org-chatbot-policy.json
    deploymentTargets:
        organizationalUnits:
          - Root

This is similar to https://github.com/awslabs/landing-zone-accelerator-on-aws/issues/107 which requests the same for the ai-opt-out policies within Organizations.

bo1984 commented 1 month ago

Hi Chris!

I went ahead and opened a feature request for this issue to be natively supported in LZA. As of right now, we can handle this via the customizations layer. I will leave this ticket open to keep you up to date on when this request is natively supported and released publicly. Please let us know if you have any questions or concerns in the meantime.