SetupAwsCredentials
org.encalmo.aws.SetupAwsCredentials
object SetupAwsCredentials
Attributes
- Graph
-
- Supertypes
- Self type
-
SetupAwsCredentials.type
Members list
Type members
Classlikes
Attributes
- Supertypes
Attributes
- Supertypes
Attributes
- Supertypes
case class RoleCredentials(accessKeyId: String, secretAccessKey: String, sessionToken: String, expiration: Long)
Attributes
- Supertypes
Value members
Concrete methods
def computeNewCredentials(accountId: String, roleName: String, profile: String, loginProfile: String, defaultRegion: String, verbose: Boolean): Either[String, Credentials]
def getAwsCredentials(accountId: String, roleName: String, profile: String, loginProfile: String, verbose: Boolean): Either[String, AwsCredentials]
In this article