Show / Hide Table of Contents

Class AppsyncFunctionAttributes

The attributes for imported AppSync Functions.

Inheritance
object
AppsyncFunctionAttributes
Implements
IAppsyncFunctionAttributes
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AppsyncFunctionAttributes : IAppsyncFunctionAttributes
Syntax (vb)
Public Class AppsyncFunctionAttributes 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

AppsyncFunctionAttributes()

The attributes for imported AppSync Functions.

Properties

FunctionArn

the ARN of the AppSync function.

Constructors

AppsyncFunctionAttributes()

The attributes for imported AppSync Functions.

public AppsyncFunctionAttributes()
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"
            };

Properties

FunctionArn

the ARN of the AppSync function.

public string FunctionArn { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IAppsyncFunctionAttributes
Back to top Generated by DocFX