IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

Region Property

The region the component will make requests against.

Syntax

public var region: String?

Default Value

"us-east-1"

Remarks

This property control which region the component will make requests against. By default the component uses us-east-1, the US East (Ashburn, VA) region. This property should be changed to create or access resources in other regions.

Regions:

Value Region
eu-central-1 Europe (Amsterdam)
us-east-1 (Default) US East (Ashburn, VA)
us-east-2 US East (Manassas, VA)
us-west-1 US West (Hillsboro, OR)

The component will always convert this property's value to lowercase. If this property is cleared, the component will reset it to the default value.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]