Show / Hide Table of Contents

Interface IFileCodeOptions

Options when reading the function's code from an external file.

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

            var fileCodeOptions = new FileCodeOptions {
                FilePath = "filePath"
            };

Synopsis

Properties

FilePath

The path of the file to read the code from.

Properties

FilePath

The path of the file to read the code from.

string FilePath { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX