setEnvironment: setEnvironment

Description Usage Arguments Examples

Description

This function sets the environment variables for the AWS environment

Usage

1
setEnvironment(key, secret, region)

Arguments

key

This goes into the AWS_ACCESS_KEY_ID

secret

This goes into the AWS_SECRET_ACCESS_KEY

region

This goes into the AWS_DEFAULT_REGION

Examples

1
setEnvironment("xxxxxxxx", "xxxxx/xxx", "ap-south-1")

cloudSimplifieR documentation built on May 2, 2019, 2:05 a.m.