Partition

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.

Constructors

Link copied to clipboard
constructor(id: String, regions: Map<String, PartitionConfig>, regionRegex: <Error class: unknown class>, baseConfig: PartitionConfig)

Properties

Link copied to clipboard

The default configuration for this partition. Region-specific values in the regions map, if present, will override these values when an explicit match is found during partitioning.

Link copied to clipboard
val id: String
Link copied to clipboard
val regionRegex: <Error class: unknown class>

A regular expression that can be used to identify arbitrary regions as part of this partition.

Link copied to clipboard

A mapping of known regions within this partition to region-specific configuration values.