Class AWSCcmConfigValidationResponseAttributes

Attributes for an AWS CCM config validation response.

Hierarchy

  • AWSCcmConfigValidationResponseAttributes

Constructors

Properties

accountId: string

Your AWS Account ID without dashes.

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

List of validation issues found for the Cost and Usage Report (CUR) 2.0 configuration. Empty when the configuration is valid.

Generated using TypeDoc