Interface IResourceBindOptions
Namespace: Amazon.CDK.AWS.Lambda
Assembly: Amazon.CDK.AWS.Lambda.dll
Syntax (csharp)
public interface IResourceBindOptions
Syntax (vb)
Public Interface IResourceBindOptions
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.Lambda;
var resourceBindOptions = new ResourceBindOptions {
ResourceProperty = "resourceProperty"
};
Synopsis
Properties
ResourceProperty | The name of the CloudFormation property to annotate with asset metadata. |
Properties
ResourceProperty
The name of the CloudFormation property to annotate with asset metadata.
virtual string ResourceProperty { get; }
Property Value
System.String
Remarks
Default: Code