GetPartitionResult

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

A collection of values returned by getPartition.

Constructors

Link copied to clipboard
constructor(dnsSuffix: String, id: String, partition: String, reverseDnsPrefix: 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
val id: String

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

Link copied to clipboard

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

Link copied to clipboard

Prefix of service names (e.g., com.amazonaws in AWS Commercial, cn.com.amazonaws in AWS China).