Versions in this module Expand all Collapse all v0 v0.0.2 Mar 20, 2018 v0.0.1 Mar 20, 2018 Changes in this version + const AWS_ACCESS_KEY_ID + const AWS_SECRET_ACCESS_KEY + const AWS_SESSION_TOKEN + const AccessKey + const AccessReaderPathKey + const Active + const GradleDir + const Inactive + const MaxIAMUser + const SecretKey + const SecretReaderPathKey + const TypeSecure + func CreateNewAccessKey(sess *session.Session, userName string) (*iam.AccessKey, error) + func CreateSession(region string) (*session.Session, error) + func CreateSessionWithProfile(region string, profile string) (*session.Session, error) + func GetValueFromParameterStore(svc *ssm.SSM, keyName string, decrypt bool) (*ssm.GetParameterOutput, error) + func RetriveKeys(sess *session.Session) + func SetEnvVariableAWS(accessKey, secretKey, tokenKey string) error + func StoreKeys(sess *session.Session, accessKey *iam.AccessKey) error + func UpdateGradleProperties(configKey map[string]string, accessKeyId string, secretKey string) error + type Receiver struct