Package-level declarations
Types
Link copied to clipboard
data class Partition(val id: String, val regions: Map<String, PartitionConfig>, val regionRegex: <Error class: unknown class>, val baseConfig: PartitionConfig)
A partition defines a broader set of AWS regions.
Link copied to clipboard
data class PartitionConfig(val name: String? = null, val dnsSuffix: String? = null, val dualStackDnsSuffix: String? = null, val supportsFIPS: Boolean? = null, val supportsDualStack: Boolean? = null, val implicitGlobalRegion: String? = null)
The core configuration details for a partition. This is the structure that endpoint providers interface receive as the result of a partition call.