Class AWSCcmConfigValidationRequestAttributes

Attributes for an AWS CCM config validation request.

Hierarchy

  • AWSCcmConfigValidationRequestAttributes

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
bucketName: string

Name of the S3 bucket where the Cost and Usage Report is stored.

bucketRegion: string

AWS region of the S3 bucket.

reportName: string

Name of the Cost and Usage Report.

reportPrefix?: string

S3 prefix where the Cost and Usage Report is stored.

Generated using TypeDoc