EC2SettingsExtensions.

SetAccessKey(EC2Settings, string) Method

Summary

Specifies the AWS Access Key to use as credentials.
Assembly
Cake.AWS.EC2.dll
Namespace
Cake.AWS.EC2
Containing Type
EC2SettingsExtensions

Syntax

public static EC2Settings SetAccessKey(this EC2Settings settings, string key)

Parameters

Name Type Description
settings EC2Settings The LoadBalancing settings.
key string The AWS Access Key

Return Value

Type Description
EC2Settings The same EC2Settings instance so that multiple calls can be chained.