BillingAccountRequest: {
    awsCurBucketName: string;
    awsCurBucketRegion: string;
    awsCurPrefix: string;
    awsCurReportName: string;
    awsRoleArn: string;
    awsSecretIdArn: string;
    name: string;
    stackSpotAccountId: string;
}

Type declaration

  • awsCurBucketName: string

    The AWS S3 bucket name used for CUR (Cost and Usage Report).

  • awsCurBucketRegion: string

    The AWS region where the CUR bucket is located.

  • awsCurPrefix: string

    The prefix used in the AWS CUR bucket for reports.

  • awsCurReportName: string

    The name of the AWS CUR report.

  • awsRoleArn: string

    The AWS IAM Role ARN with permissions to access CUR data.

  • awsSecretIdArn: string

    The AWS Secret Manager secret ARN containing the External ID.

  • name: string

    Slug identifier for each billing account.

  • stackSpotAccountId: string

    StackSpot's ULID identifier for each client.