CakeContextExtensions.

CreateDownloadSettings(ICakeContext) Method

Summary

Helper method to get the AWS Credentials from environment variables
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Containing Type
CakeContextExtensions

Syntax

public static Route53Settings CreateDownloadSettings(this ICakeContext context)

Parameters

Name Type Description
context ICakeContext The cake context.

Return Value

Type Description
Route53Settings A new Route53Settings instance to be used in calls to the IRoute53Manager.