interface EventSourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SAM.CfnFunction.EventSourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssam#CfnFunction_EventSourceProperty |
Java | software.amazon.awscdk.services.sam.CfnFunction.EventSourceProperty |
Python | aws_cdk.aws_sam.CfnFunction.EventSourceProperty |
TypeScript | aws-cdk-lib » aws_sam » CfnFunction » 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-lib';
const eventSourceProperty: sam.CfnFunction.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
type
Type:
string

.NET
Go
Java
Python
TypeScript