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.EC2.
Summary
Specifies the AWS Session Token to use as credentials.
- Assembly
- Cake
.AWS .EC2 .dll - Namespace
- Cake
.AWS .EC2 - Containing Type
- E
C2 Settings Extensions
Syntax
public static EC2Settings SetSessionToken(this EC2Settings settings, string token)
Parameters
Name | Type | Description |
---|---|---|
settings | EC2Settings | The EC2 settings. |
token | string | The AWS Session Token. |
Return Value
Type | Description |
---|---|
EC2Settings | The same EC2Settings instance so that multiple calls can be chained. |