DeploySettingsExtensions.

SetRegion(DeploySettings, RegionEndpoint) Method

Summary

Specifies the endpoints available to AWS clients.

Syntax

public static DeploySettings SetRegion(this DeploySettings settings, RegionEndpoint region)

Parameters

Name Type Description
settings DeploySettings The CodeDeploy settings.
region RegionEndpoint The endpoints available to AWS clients.

Return Value

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