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
Contains extension methods for
ClientSettings
.
- Assembly
- Cake
.AWS .Lambda .dll - Namespace
- Cake
.AWS .Lambda - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ClientSettingsExtensions"]
class Type type-node
Syntax
public static class ClientSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
SetAccessKey |
ClientSettings |
Specifies the AWS Access Key to use as credentials.
static
|
SetRegion |
ClientSettings |
Specifies the endpoints available to AWS clients.
static
|
SetRegion |
ClientSettings |
Specifies the endpoints available to AWS clients.
static
|
SetSecretKey |
ClientSettings |
Specifies the AWS Secret Key to use as credentials.
static
|
SetSessionToken |
ClientSettings |
Specifies the AWS Session Token to use as credentials.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|