interface CognitoEventProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SAM.CfnFunctionPropsMixin.CognitoEventProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssam#CfnFunctionPropsMixin_CognitoEventProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.CognitoEventProperty |
Python | aws_cdk.cfn_property_mixins.aws_sam.CfnFunctionPropsMixin.CognitoEventProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sam » CfnFunctionPropsMixin » CognitoEventProperty |
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 cognitoEventProperty: sam.CfnFunctionPropsMixin.CognitoEventProperty = {
trigger: 'trigger',
userPool: 'userPool',
};
Properties
| Name | Type | Description |
|---|---|---|
| trigger? | string | |
| user | string |
trigger?
Type:
string
(optional)
userPool?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript