awsutils

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2025 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetCallerIdentity

func GetCallerIdentity(
	c aws.Config, timeout time.Duration, options ...func(*sts.Options),
) (*sts.GetCallerIdentityOutput, error)

func GetEnabledRegions

func GetEnabledRegions(
	c aws.Config,
	timeout time.Duration,
	options ...func(*ec2.Options),
) (*ec2.DescribeRegionsOutput, error)

func GetParameter

func GetParameter(
	c aws.Config,
	timeout time.Duration,
	name *string,
	withDecryption *bool,
	options ...func(*ssm.Options),
) (*ssm.GetParameterOutput, error)

func GetParameters

func GetParameters(
	c aws.Config,
	timeout time.Duration,
	names []string,
	withDecryption *bool,
	options ...func(*ssm.Options),
) (*ssm.GetParametersOutput, error)

func GetSecretValue

func GetSecretValue(
	c aws.Config,
	timeout time.Duration,
	secretId, versionId, versionStage *string,
	options ...func(*secrets.Options),
) (*secrets.GetSecretValueOutput, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL