AwsConfig

org.encalmo.aws.SetupAwsCredentials.AwsConfig
class AwsConfig(verbose: Boolean)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Classlikes

class AwsProfile(val name: String, verbose: Boolean)

Attributes

Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

def addProperty(key: String, value: String): AwsConfig
def getProfile(profileName: String): Option[AwsProfile]
def getProfileProperty(profileName: String, key: String): Option[String]
def getSourceProfileOf(profileName: String, key: String): Option[String]