Skip to content

Add table aws_codebuild_fleet #2488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented May 5, 2025

Integration test logs

Logs
Add passing integration test logs here

Example query results

Results
> select * from aws_codebuild_fleet
+--------------------+--------------------------------------------------------------------------------------------------------+---------------+---------------------------+--------->
| name               | arn                                                                                                    | base_capacity | created                   | last_mod>
+--------------------+--------------------------------------------------------------------------------------------------------+---------------+---------------------------+--------->
| my-codebuild-fleet | arn:aws:codebuild:us-east-1:123456789012:fleet/my-codebuild-fleet:d6386eab-8c52-4099-a185-83bc0dab7791 | 2             | 2025-04-29T15:17:24+05:30 | 2025-04->
+--------------------+--------------------------------------------------------------------------------------------------------+---------------+---------------------------+--------->

@ParthaI ParthaI requested review from Priyanka-Chatterjee-2000, Copilot and misraved and removed request for Priyanka-Chatterjee-2000 May 5, 2025 15:20
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR introduces a new table definition for querying AWS CodeBuild Fleets along with detailed documentation and examples for its usage. The changes include adding the Markdown documentation for the table, implementing the table definition and associated functions in Go, and registering the new table in the AWS plugin.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
docs/tables/aws_codebuild_fleet.md Adds documentation and usage examples for the new table.
aws/table_aws_codebuild_fleet.go Implements the table definition, list and get functions for CodeBuild Fleets.
aws/plugin.go Registers the new table with the plugin.

@ParthaI ParthaI self-assigned this May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant