interface CognitoEventProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.SAM.CfnFunction.CognitoEventProperty |
![]() | software.amazon.awscdk.services.sam.CfnFunction.CognitoEventProperty |
![]() | aws_cdk.aws_sam.CfnFunction.CognitoEventProperty |
![]() | @aws-cdk/aws-sam » CfnFunction » CognitoEventProperty |
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 cognitoEventProperty: sam.CfnFunction.CognitoEventProperty = {
trigger: 'trigger',
userPool: 'userPool',
};
Properties
Name | Type | Description |
---|---|---|
trigger | string | IResolvable | string[] | CfnFunction.CognitoEventProperty.Trigger . |
user | string | CfnFunction.CognitoEventProperty.UserPool . |
trigger
Type:
string |
IResolvable
| string[]
CfnFunction.CognitoEventProperty.Trigger
.
userPool
Type:
string
CfnFunction.CognitoEventProperty.UserPool
.