Show / Hide Table of Contents

Class FunctionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
FunctionArgs
Inherited Members
ResourceArgs.Empty
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 Source

FunctionArgs()

Declaration
public FunctionArgs()

Properties

View Source

ApiId

The ID of the associated AppSync API.

Declaration
public Input<string> ApiId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DataSource

The Function DataSource name.

Declaration
public Input<string> DataSource { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The Function description.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

ResponseMappingTemplate

The Function response mapping template.

Declaration
public Input<string> ResponseMappingTemplate { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.