commonMain.aws.sdk.kotlin.runtime.regions.RegionConfig.kt Maven / Gradle / Ivy
/*
* 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