Cloud
Get Supported AWS Regions
Get a list of all AWS regions supported by Lucid Cloud.
get/v2/dataSources/aws/regions
Response
OK. Returns a list of AWS regions supported by the REST API, including both default and opt-in regions. Each region is annotated with its type to indicate whether it requires explicit enablement in the AWS account.
Example response
[
{
"name": "us-east-1",
"type": "default"
},
{
"name": "eu-west-1",
"type": "default"
},
{
"name": "ap-east-1",
"type": "optin"
},
{
"name": "me-south-1",
"type": "optin"
}
]