Class CfnFunctionPropsMixin.HooksProperty
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.HooksProperty : CfnFunctionPropsMixin.IHooksProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.HooksProperty Implements CfnFunctionPropsMixin.IHooksProperty
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.Mixins.Preview.AWS.SAM.Mixins;
var hooksProperty = new HooksProperty {
PostTraffic = "postTraffic",
PreTraffic = "preTraffic"
};
Synopsis
Constructors
| HooksProperty() |
Properties
| PostTraffic | |
| PreTraffic |
Constructors
HooksProperty()
public HooksProperty()
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.Mixins.Preview.AWS.SAM.Mixins;
var hooksProperty = new HooksProperty {
PostTraffic = "postTraffic",
PreTraffic = "preTraffic"
};
Properties
PostTraffic
public string? PostTraffic { get; set; }
Property Value
Remarks
PreTraffic
public string? PreTraffic { get; set; }