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