Registry / auth / aws-aws-sdk-go-v2-feature-rds-auth

aws-aws-sdk-go-v2-feature-rds-auth

JSON →
library1.4.23gogounverified

Package auth is used to generate authentication tokens used to connect to a given Amazon Relational Database Service (RDS) database.

go get github.com/aws/aws-sdk-go-v2/feature/rds/auth
INSTALL
IMPORT
SIG · AWS-AWS-SDK-GO-V2-
A
aws-aws-sdk-go-v2-feature-rds-auth
authgov1.4.23
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.

auth
github.com/aws/aws-sdk-go-v2/feature/rds/auth

Generate an RDS IAM authentication token for database connection.

package main import ( "context" "fmt" "github.com/aws/aws-sdk-go-v2/feature/rds/auth" ) func main() { token, _ := auth.BuildAuthToken(context.Background(), "db-endpoint", "us-east-1", "dbuser", nil) fmt.Println(token) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.23latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
40 hits · last 30 days
node
34
OpenAI (training)
1
Resources
aws-aws-sdk-go-v2-feature-rds-auth — go get aws-aws-sdk-go-v2-feature-rds-auth · libregistry