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 AWS Access Key to use as credentials.
- Assembly
- Cake
.AWS .CloudFront .dll - Namespace
- Cake
.AWS .CloudFront - Containing Type
- Cloud
Front Settings Extensions
Syntax
public static CloudFrontSettings SetAccessKey(this CloudFrontSettings settings, string key)
Parameters
Name | Type | Description |
---|---|---|
settings | CloudFrontSettings | The CloudFront settings. |
key | string | The AWS Access Key |
Return Value
Type | Description |
---|---|
CloudFrontSettings | The same CloudFrontSettings instance so that multiple calls can be chained. |