Skip to content

//misk-aws/misk.cloud.aws

Package-level declarations

Types

Name Summary
AwsAccountId [jvm]
data class AwsAccountId(val value: String)
AwsAccountId is the id of the account in which the service is running
AwsEnvironmentModule [jvm]
class AwsEnvironmentModule : KAbstractModule
AwsEnvironmentModule pulls region and account information from installed env vars
AwsRegion [jvm]
data class AwsRegion(val name: String)
AwsRegion is the region in which the service is running
FakeAwsEnvironmentModule [jvm]
class FakeAwsEnvironmentModule : KAbstractModule
FakeAwsEnvironmentModule pulls region and account information from an in memory map.

Functions

Name Summary
toMiskAwsAccountId [jvm]
fun AwsAccountId.toMiskAwsAccountId(): AwsAccountId
toMiskAwsRegion [jvm]
fun AwsRegion.toMiskAwsRegion(): AwsRegion