DeploySettingsExtensions.

SetSessionToken(DeploySettings, string) Method

Summary

Specifies the AWS Session Token to use as credentials.

Syntax

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

Parameters

Name Type Description
settings DeploySettings The CodeDeploy settings.
token string The AWS Session Token.

Return Value

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