This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.Lambda.
Summary
Specifies the endpoints available to AWS clients.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Containing Type
- Client
Settings Extensions
Syntax
public static ClientSettings SetRegion(this ClientSettings settings, RegionEndpoint region)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | ClientSettings | The Lambda client settings. |
| region | RegionEndpoint | The endpoints available to AWS clients. |
Return Value
| Type | Description |
|---|---|
| ClientSettings | The same ClientSettings instance so that multiple calls can be chained. |
