Class FunctionEnvironmentGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Lambda.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionEnvironmentGetArgs : ResourceArgs
Constructors
View SourceFunctionEnvironmentGetArgs()
Declaration
public FunctionEnvironmentGetArgs()
Properties
View SourceVariables
A map that defines environment variables for the Lambda function.
Declaration
public InputMap<string> Variables { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |