You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I had a look into generating the AWS Account Integration feature in the V1 client and learned about the ExtendedResourceCollection, which, when activated, will populate the service catalog and I know how to activate the CSPM feature.
But the third option in the resource collection tab is "Cloud Cost Management", which we currently consider as an option. The problem is I did not see an option in the datadogV1.AWSAccount{} nor in its datadogV2.AWSAccountCreateRequest{} an option for activating this flag.
I found the CloudCostManagement API in the datadogV2 package, but it's still unclear to me how to activate the general feature. Are the two versions of AWS Account API lacking this feature? In this I am unsure if this should be a feature request or a bug report or a support case?
Describe the solution you'd like
A consistent API for creating and managing an AWS account integration, which works like the CSPM as it is grouped in the same configuration object in the web console.
With an option like CloudCostManagementEnabled similar to the CspmResourceCollectionEnabled:
This would create the option to control the feature at the same config level, as I can control all settings for the account integration.
Describe alternatives you've considered
As I haven't found any other option yet to activate the cloud cost management feature, I haven't considered other options.
Additional context
I would like to be able to control the account integrations in a concise and central way.
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.
If you would like this issue to remain open:
Verify that you can still reproduce the issue in the latest version of this project.
Comment that the issue is still reproducible and include updated details requested in the issue template.
Is your feature request related to a problem? Please describe.
I had a look into generating the AWS Account Integration feature in the V1 client and learned about the ExtendedResourceCollection, which, when activated, will populate the service catalog and I know how to activate the CSPM feature.
But the third option in the resource collection tab is "Cloud Cost Management", which we currently consider as an option. The problem is I did not see an option in the datadogV1.AWSAccount{} nor in its datadogV2.AWSAccountCreateRequest{} an option for activating this flag.
I found the CloudCostManagement API in the datadogV2 package, but it's still unclear to me how to activate the general feature. Are the two versions of AWS Account API lacking this feature? In this I am unsure if this should be a feature request or a bug report or a support case?
Describe the solution you'd like
A consistent API for creating and managing an AWS account integration, which works like the CSPM as it is grouped in the same configuration object in the web console.
With an option like
CloudCostManagementEnabled
similar to theCspmResourceCollectionEnabled
:This would create the option to control the feature at the same config level, as I can control all settings for the account integration.
Describe alternatives you've considered
As I haven't found any other option yet to activate the cloud cost management feature, I haven't considered other options.
Additional context
I would like to be able to control the account integrations in a concise and central way.
The text was updated successfully, but these errors were encountered: