Class AwsCURConfigPostRequestAttributes

Attributes for AWS CUR config Post Request.

Hierarchy

  • AwsCURConfigPostRequestAttributes

Constructors

Properties

accountId: string

The AWS account ID.

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

The AWS bucket name used to store the Cost and Usage Report.

bucketRegion?: string

The region the bucket is located in.

isEnabled?: boolean

Whether or not the Cloud Cost Management account is enabled.

months?: number

The month of the report.

reportName: string

The name of the Cost and Usage Report.

reportPrefix: string

The report prefix used for the Cost and Usage Report.

Generated using TypeDoc