Show / Hide Table of Contents

Class CfnFunctionPropsMixin.HooksProperty

Inheritance
object
CfnFunctionPropsMixin.HooksProperty
Implements
CfnFunctionPropsMixin.IHooksProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-hooks.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-hooks.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-hooks.html#cfn-serverless-function-hooks-posttraffic

PreTraffic

public string? PreTraffic { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-hooks.html#cfn-serverless-function-hooks-pretraffic

Implements

CfnFunctionPropsMixin.IHooksProperty
Back to top Generated by DocFX