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