Class AppsyncFunctionAttributes
The attributes for imported AppSync Functions.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AppsyncFunctionAttributes : Object, IAppsyncFunctionAttributes
Syntax (vb)
Public Class AppsyncFunctionAttributes
Inherits Object
Implements IAppsyncFunctionAttributes
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppSync;
var appsyncFunctionAttributes = new AppsyncFunctionAttributes {
FunctionArn = "functionArn"
};
Synopsis
Constructors
Appsync |
Properties
Function |
the ARN of the AppSync function. |
Constructors
AppsyncFunctionAttributes()
public AppsyncFunctionAttributes()
Properties
FunctionArn
the ARN of the AppSync function.
public string FunctionArn { get; set; }
Property Value
System.