interface EventSourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.EventSourceProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.EventSourceProperty |
![]() | aws_cdk.aws_sam.CfnFunction.EventSourceProperty |
![]() | @aws-cdk/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 * as sam from '@aws-cdk/aws-sam';
const eventSourceProperty: sam.CfnFunction.EventSourceProperty = {
properties: {
variables: {
variablesKey: 'variables',
},
},
type: 'type',
};
Properties
Name | Type | Description |
---|---|---|
properties | IResolvable | Alexa | Api | Cloud | Cloud | Cognito | Dynamo | Event | S3 | SNSEvent | SQSEvent | Kinesis | Schedule | Io | Http | CfnFunction.EventSourceProperty.Properties . |
type | string | CfnFunction.EventSourceProperty.Type . |
properties
Type:
IResolvable
|
Alexa
|
Api
|
Cloud
|
Cloud
|
Cognito
|
Dynamo
|
Event
|
S3
|
SNSEvent
|
SQSEvent
|
Kinesis
|
Schedule
|
Io
|
Http
CfnFunction.EventSourceProperty.Properties
.
type
Type:
string
CfnFunction.EventSourceProperty.Type
.