Registry / cloud / aws-aws-sdk-go-v2-service-cloudwatch

aws-aws-sdk-go-v2-service-cloudwatch

JSON →
library1.59.0gogounverified

AWS SDK for Go v2 service client for Amazon CloudWatch, providing monitoring and observability for AWS resources and applications.

go get github.com/aws/aws-sdk-go-v2/service/cloudwatch
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-service-cloudwatch
cloudgov1.59.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cloudwatch
github.com/aws/aws-sdk-go-v2/service/cloudwatch

Creates a CloudWatch client using default AWS configuration.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/config" "github.com/aws/aws-sdk-go-v2/service/cloudwatch" ) func main() { cfg, _ := config.LoadDefaultConfig(context.TODO()) client := cloudwatch.NewFromConfig(cfg) fmt.Println(client) }
Debug
Known issues
breakingAWS SDK v2 has breaking changes from v1; ensure you use v2 patterns.
fix
Refer to migration guide from v1 to v2.
affects: >=1.0.0
Upgrade
Version history
1.59.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
24
Amazon
1
Resources
aws-aws-sdk-go-v2-service-cloudwatch — go get aws-aws-sdk-go-v2-service-cloudwatch · libregistry