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