GetPartitionResult

data class GetPartitionResult(val dnsSuffix: String, val partition: String)

Constructors

Link copied to clipboard
constructor(dnsSuffix: String, partition: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Base DNS domain name for the current partition (e.g., amazonaws.com in AWS Commercial, amazonaws.com.cn in AWS China).

Link copied to clipboard

Identifier of the current partition (e.g., aws in AWS Commercial, aws-cn in AWS China).