Class FunctionArgs
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.AppSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FunctionArgs : ResourceArgs
Constructors
View SourceFunctionArgs()
Declaration
public FunctionArgs()
Properties
View SourceApiId
The ID of the associated AppSync API.
Declaration
public Input<string> ApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DataSource
The Function DataSource name.
Declaration
public Input<string> DataSource { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
The Function description.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FunctionVersion
The version of the request mapping template. Currently the supported value is 2018-05-29.
Declaration
public Input<string> FunctionVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Function name. The function name does not have to be unique.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RequestMappingTemplate
The Function request mapping template. Functions support only the 2018-05-29 version of the request mapping template.
Declaration
public Input<string> RequestMappingTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResponseMappingTemplate
The Function response mapping template.
Declaration
public Input<string> ResponseMappingTemplate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |