All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.aws.sdk.kotlin.runtime.regions.RegionConfig.kt Maven / Gradle / Ivy

There is a newer version: 0.6.0-alpha
Show newest version
/*
 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
 * SPDX-License-Identifier: Apache-2.0.
 */

package aws.sdk.kotlin.runtime.regions

/**
 * A common interface that all AWS service clients implement as part of their configuration state.
 */
public interface RegionConfig {
    /**
     * AWS Region the client was configured with. Note that this is not always the signing region in the case of global
     * services like IAM.
     */
    public val region: String?
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy