BillingAccountDetailsResponse: {
    awsCurBucketName: string;
    awsCurBucketRegion: string;
    awsCurPrefix: string;
    awsCurReportName: string;
    awsRoleArn: string;
    awsSecretIdArn?: string;
    createdAt: string;
    deletedAt?: string;
    id: string;
    name: string;
    stackSpotAccountId: string;
    updatedAt: 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.

  • OptionalawsSecretIdArn?: string

    The AWS Secret Manager secret ARN containing the External ID.

  • createdAt: string

    Timestamp of when the billing account was created.

  • OptionaldeletedAt?: string

    Timestamp of when the billing account was marked as deleted.

  • id: string

    ULID identifier for each billing account.

  • name: string

    Slug identifier for each billing account.

  • stackSpotAccountId: string

    StackSpot's ULID identifier for each client.

  • updatedAt: string

    Timestamp of the last update to the billing account.