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.EC2.
Summary
Specifies the endpoints available to AWS clients.
- Assembly
- Cake
.AWS .EC2 .dll - Namespace
- Cake
.AWS .EC2 - Containing Type
- E
C2 Settings Extensions
Syntax
public static EC2Settings SetRegion(this EC2Settings settings, string region)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | EC2Settings | The LoadBalancing settings. |
| region | string | The endpoints available to AWS clients. |
Return Value
| Type | Description |
|---|---|
| EC2Settings | The same EC2Settings instance so that multiple calls can be chained. |
