Versions in this module Expand all Collapse all v0 v0.1.0 Oct 3, 2024 Changes in this version + func BuildAWSConfig(ctx context.Context, region string, oidcConfig *OIDCConfig, ...) (*aws.Config, error) + type OIDCConfig struct + IAMRole string + WebIdentityToken string + type Options struct + Logger hclog.Logger + OIDCConfig *OIDCConfig + Region string + StaticKeyConfig *StaticKeyConfig + type StaticKeyConfig struct + AccessKeyID string + SecretKey string + SessionToken *string