interface EventSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnFunctionPropsMixin.EventSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnFunctionPropsMixin_EventSourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.EventSourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnFunctionPropsMixin.EventSourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnFunctionPropsMixin » EventSourceProperty |
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 eventSourceProperty: sam.CfnFunctionPropsMixin.EventSourceProperty = {
properties: {
skillId: 'skillId',
},
type: 'type',
};
Properties
| Name | Type | Description |
|---|---|---|
| properties? | IResolvable | Alexa | Api | Cloud | Cloud | Cognito | Dynamo | Event | Http | Io | Kinesis | S3 | Schedule | SNSEvent | SQSEvent | |
| type? | string |
properties?
Type:
IResolvable | Alexa | Api | Cloud | Cloud | Cognito | Dynamo | Event | Http | Io | Kinesis | S3 | Schedule | SNSEvent | SQSEvent
(optional)
type?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript