aws-cloudformation / cloudformation-coverage-roadmap

The AWS CloudFormation Public Coverage Roadmap
https://aws.amazon.com/cloudformation/
Creative Commons Attribution Share Alike 4.0 International
1.1k stars 54 forks source link

Expand the `AdditionalSchemaElement` properties allowed values #1689

Open ObOne5524 opened 1 year ago

ObOne5524 commented 1 year ago

Name of the resource

Other

Resource name

AWS::Cur::ReportDefinition

Description

Reviewing the resource schema, I noticed that the AdditionalSchemaElement has Resources as the only allowed value. Please see the schema below:

 "AdditionalSchemaElements" : {
      "description" : "A list of strings that indicate additional content that Amazon Web Services includes in the report, such as individual resource IDs.",
      "type" : "array",
      "default" : [ ],
      "items" : {
        "description" : "Whether or not AWS includes resource IDs in the report.",
        "type" : "string",
        "enum" : [ "RESOURCES" ]
      }
    }

This is inconsistent with the Valid Values in the AWS Billing and Cost Management API Reference. [1]

I would like for the AdditionalSchemaElement property to include the SPLIT_COST_ALLOCATION_DATA value. This is so that the allowed values in the Schema match the Valid Values.

Other Details

No response

lober-io commented 7 months ago

Is there any update on this? It's too bad it hasn't been implemented yet. How much effort is required? Maybe an hour?

vumdao commented 6 months ago

AWS supporter took me here!