interface ApiEventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnStateMachinePropsMixin.ApiEventProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnStateMachinePropsMixin_ApiEventProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnStateMachinePropsMixin.ApiEventProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnStateMachinePropsMixin.ApiEventProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnStateMachinePropsMixin » ApiEventProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sam as sam } from '@aws-cdk/cfn-property-mixins';
const apiEventProperty: sam.CfnStateMachinePropsMixin.ApiEventProperty = {
method: 'method',
path: 'path',
restApiId: 'restApiId',
};
Properties
| Name | Type | Description |
|---|---|---|
| method? | string | |
| path? | string | |
| rest | string |
method?
Type:
string
(optional)
path?
Type:
string
(optional)
restApiId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript