CloudFrontSettingsExtensions.

SetSecretKey(CloudFrontSettings, string) Method

Summary

Specifies the AWS Secret Key to use as credentials.

Syntax

public static CloudFrontSettings SetSecretKey(this CloudFrontSettings settings, string key)

Parameters

Name Type Description
settings CloudFrontSettings The CloudFront settings.
key string The AWS Secret Key

Return Value

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