Route53SettingsExtensions.

SetSessionToken(Route53Settings, string) Method

Summary

Specifies the AWS Session Token to use as credentials.

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.