Class CfnFunction.FunctionUrlConfigProperty
Inheritance
System.Object
CfnFunction.FunctionUrlConfigProperty
Implements
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FunctionUrlConfigProperty : Object, CfnFunction.IFunctionUrlConfigProperty
Syntax (vb)
Public Class FunctionUrlConfigProperty
Inherits Object
Implements CfnFunction.IFunctionUrlConfigProperty
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.SAM;
var functionUrlConfigProperty = new FunctionUrlConfigProperty {
AuthType = "authType",
// the properties below are optional
Cors = "cors",
InvokeMode = "invokeMode"
};
Synopsis
Constructors
FunctionUrlConfigProperty() |
Properties
AuthType | |
Cors | |
InvokeMode |
Constructors
FunctionUrlConfigProperty()
public FunctionUrlConfigProperty()
Properties
AuthType
public string AuthType { get; set; }
Property Value
System.String
Remarks
Cors
public object Cors { get; set; }
Property Value
System.Object
Remarks
InvokeMode
public string InvokeMode { get; set; }
Property Value
System.String