Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AWS::GuardDuty::Detector] - [Enhancement] - Allow UpdateOrganizationConfiguration properties in the CloudFormation resource #2212

Open
jainakhi opened this issue Dec 12, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@jainakhi
Copy link

jainakhi commented Dec 12, 2024

Name of the resource

AWS::GuardDuty::Detector

Resource name

AWS::GuardDuty::Detector

Description

Add support to manage GuardDuty features on organization-level and enable all features mentioned in the command line. This is currently possible through CLI and API.

Successful command looks like:

aws guardduty update-organization-configuration --detector-id <detector-id> --auto-enable-organization-members=ALL

aws guardduty update-organization-configuration --detector-id <detector-id> --auto-enable --features '[{"Name": "LAMBDA_NETWORK_LOGS", "AutoEnable": "ALL"}]'

Related Issue
#2173

Reference
https://docs.aws.amazon.com/guardduty/latest/APIReference/API_OrganizationFeatureConfiguration.html
https://docs.aws.amazon.com/guardduty/latest/APIReference/API_UpdateOrganizationConfiguration.html

Other Details

No response

@jainakhi jainakhi added the enhancement New feature or request label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant