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