v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Cloud

Get Fully Supported AWS Resources

Get a list of all AWS resources fully supported by Lucid Cloud.

get/v1/dataSources/aws/resources

Response

OK. Returns a list of the AWS resources fully supported by the REST API.

object[] required

Example response

[
  {
    "resource": "AWS::ECS::Cluster"
  },
  {
    "resource": "AWS::S3::Bucket",
    "subResources": [
      {
        "resource": "AWS::S3::Bucket--Additional-Metadata"
      }
    ]
  },
  {
    "resource": "AWS::SNS::Topic",
    "subResources": [
      {
        "resource": "AWS::SNS::Topic--Additional-Metadata"
      },
      {
        "resource": "AWS::SNS::Subscription",
        "subResources": [
          {
            "resource": "AWS::SNS::Subscription--Additional-Metadata"
          }
        ]
      }
    ]
  }
]