CreateFunctionSettings.

Tags Property

Summary

Gets and sets the property Tags. The list of tags (key-value pairs) assigned to the new function.
Assembly
Cake.AWS.Lambda.dll
Namespace
Cake.AWS.Lambda
Containing Type
CreateFunctionSettings

Syntax

public Dictionary<string, string> Tags { get; set; }

Value

Type Description
Dictionary<string, string>