Show / Hide Table of Contents

Class CfnStateMachinePropsMixin.ApiEventProperty

Inheritance
object
CfnStateMachinePropsMixin.ApiEventProperty
Implements
CfnStateMachinePropsMixin.IApiEventProperty
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 CfnStateMachinePropsMixin.ApiEventProperty : CfnStateMachinePropsMixin.IApiEventProperty
Syntax (vb)
Public Class CfnStateMachinePropsMixin.ApiEventProperty Implements CfnStateMachinePropsMixin.IApiEventProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-apievent.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 apiEventProperty = new ApiEventProperty {
                 Method = "method",
                 Path = "path",
                 RestApiId = "restApiId"
             };

Synopsis

Constructors

ApiEventProperty()

Properties

Method
Path
RestApiId

Constructors

ApiEventProperty()

public ApiEventProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-apievent.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 apiEventProperty = new ApiEventProperty {
                 Method = "method",
                 Path = "path",
                 RestApiId = "restApiId"
             };

Properties

Method

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-apievent.html#cfn-serverless-statemachine-apievent-method

Path

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-apievent.html#cfn-serverless-statemachine-apievent-path

RestApiId

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-statemachine-apievent.html#cfn-serverless-statemachine-apievent-restapiid

Implements

CfnStateMachinePropsMixin.IApiEventProperty
Back to top Generated by DocFX