Resource Type: AWS > CodeArtifact
AWS CodeArtifact is a fully managed artifact repository service that helps organizations securely store, publish, and share software packages used in their development process. It works with popular build tools and package managers like Maven, npm, pip, and Gradle. CodeArtifact can connect to public repositories to fetch and store packages on demand, eliminating the need to manage your own artifact storage infrastructure while ensuring dependencies are always available for builds and development.
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-codeartifact#/resource/types/codeArtifact
- tmod:@turbot/turbot#/resource/categories/cloudService
- turbot graphql resource --id "tmod:@turbot/aws-codeartifact#/resource/types/codeArtifact"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-codeartifact#/resource/types/codeArtifact';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-codeartifact#/resource/types/codeArtifact"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-codeartifact#/resource/types/codeArtifact' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query