This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.AWS.Route53.
Summary
Helper method to get the AWS Credentials from environment variables
- Assembly
- Cake
.AWS .Route53 .dll - Namespace
- Cake
.AWS .Route53 - Containing Type
- Cake
Environment Extensions
Syntax
public static Route53Settings CreateRoute53Settings(this ICakeEnvironment environment)
Parameters
Name | Type | Description |
---|---|---|
environment | ICakeEnvironment | The cake environment. |
Return Value
Type | Description |
---|---|
Route53Settings | A new Route53Settings instance to be used in calls to the IRoute53Manager . |