Interface IFunctionConfigurationReference
A reference to a FunctionConfiguration resource.
Namespace: Amazon.CDK.Interfaces.AppSync
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFunctionConfigurationReference
Syntax (vb)
Public Interface IFunctionConfigurationReference
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.Interfaces.AppSync;
var functionConfigurationReference = new FunctionConfigurationReference {
FunctionArn = "functionArn"
};
Synopsis
Properties
| FunctionArn | The FunctionArn of the FunctionConfiguration resource. |
Properties
FunctionArn
The FunctionArn of the FunctionConfiguration resource.
string FunctionArn { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated