Skip to main content

alpha.dagger.io/aws

AWS base package

import "alpha.dagger.io/aws"

aws.#CLI

aws.#CLI Inputs

NameTypeDescription
config.regionstringAWS region
config.accessKeydagger.#SecretAWS access key
config.secretKeydagger.#SecretAWS secret key
config.localMode*false \| boolAWS localstack mode
version*"1.19" \| string-

aws.#CLI Outputs

No output.

aws.#Config

AWS Config shared by all AWS packages

aws.#Config Inputs

NameTypeDescription
regionstringAWS region
accessKeydagger.#SecretAWS access key
secretKeydagger.#SecretAWS secret key
localMode*false \| boolAWS localstack mode

aws.#Config Outputs

No output.

aws.#V1

Configuration specific to CLI v1

aws.#V1 Inputs

NameTypeDescription
config.regionstringAWS region
config.accessKeydagger.#SecretAWS access key
config.secretKeydagger.#SecretAWS secret key
config.localMode*false \| boolAWS localstack mode
version*"1.19" \| string-

aws.#V1 Outputs

No output.

aws.#V2

Configuration specific to CLI v2

aws.#V2 Inputs

NameTypeDescription
config.regionstringAWS region
config.accessKeydagger.#SecretAWS access key
config.secretKeydagger.#SecretAWS secret key
config.localMode*false \| boolAWS localstack mode
version*"2.1.29" \| string-

aws.#V2 Outputs

No output.