On this page
CloudResources
CloudResources API reference.
Proto: cloud_resources.proto
Package: infrastructure.gloo.solo.io
CloudResourcesSpec
CloudResources are units of functionality that back a referenced CloudProvider resource. These bits of functionality can be referenced in the route table to route to the corresponding backend service.
| Field | Description |
|---|---|
provider | (string)The name of the cloud provider that this configuration references. Must live in the same namespace as the CloudResources. |
aws | (CloudResourcesSpec.AWSResources)AWSResources discovered resources from AWS |
CloudResourcesSpec.AWSResources
AWSResources discovered resources from AWS
| Field | Description |
|---|---|
lambda | (repeated CloudResourcesSpec.AWSResources.Lambda)The list of lambda functions Gloo Mesh can route to for the AWS provider. |
CloudResourcesSpec.AWSResources.Lambda
Each Lambda Function contains data necessary for Gloo Mesh to invoke those functions:
| Field | Description |
|---|---|
lambdaFunctionName | (string)The Name of the Lambda Function as it appears in the AWS Lambda Portal |
qualifier | (string)The Qualifier for the Lambda Function. Qualifiers act as a kind of version for Lambda Functions. See https://docs.aws.amazon.com/lambda/latest/dg/API_Invoke.html for more info. |