DeploySettingsExtensions.

SetAccessKey(DeploySettings, string) Method

Summary

Specifies the AWS Access Key to use as credentials.

Syntax

public static DeploySettings SetAccessKey(this DeploySettings settings, string key)

Parameters

Name Type Description
settings DeploySettings The CodeDeploy settings.
key string The AWS Access Key

Return Value

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