AwsConfigValue

sealed class AwsConfigValue

Container for the different types of property values within an AWS config profile. A property can either be a string or mapping of strings. Maps cannot be nested.

Inheritors

Types

Link copied to clipboard
data class Map(val value: Map<String, String>) : AwsConfigValue, Map<String, String>
Link copied to clipboard
data class String(val value: String) : AwsConfigValue