CloudFrontSettingsExtensions.

SetSessionToken(CloudFrontSettings, string) Method

Summary

Specifies the AWS Session Token to use as credentials.

Syntax

public static CloudFrontSettings SetSessionToken(this CloudFrontSettings settings, string token)

Parameters

Name Type Description
settings CloudFrontSettings The CloudFront settings.
token string The AWS Session Token.

Return Value

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