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