Show / Hide Table of Contents

Interface IAppsyncFunctionAttributes

The attributes for imported AppSync Functions.

Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAppsyncFunctionAttributes
Syntax (vb)
Public Interface 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

Properties

FunctionArn

the ARN of the AppSync function.

Properties

FunctionArn

the ARN of the AppSync function.

string FunctionArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX