Route53SettingsExtensions Class

Summary

Contains extension methods for Route53Settings.
Assembly
Cake.AWS.Route53.dll
Namespace
Cake.AWS.Route53
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Route53SettingsExtensions"] class Type type-node

Syntax

public static class Route53SettingsExtensions

Methods

Name Value Summary
SetAccessKey(Route53Settings, string) Route53Settings
Specifies the AWS Access Key to use as credentials.
static
SetRegion(Route53Settings, RegionEndpoint) Route53Settings
Specifies the endpoints available to AWS clients.
static
SetRegion(Route53Settings, string) Route53Settings
Specifies the endpoints available to AWS clients.
static
SetSecretKey(Route53Settings, string) Route53Settings
Specifies the AWS Secret Key to use as credentials.
static
SetSessionToken(Route53Settings, string) Route53Settings
Specifies the AWS Session Token to use as credentials.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin