Class CfnFunctionPropsMixin.CognitoEventProperty
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SAM
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnFunctionPropsMixin.CognitoEventProperty : CfnFunctionPropsMixin.ICognitoEventProperty
Syntax (vb)
Public Class CfnFunctionPropsMixin.CognitoEventProperty Implements CfnFunctionPropsMixin.ICognitoEventProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var cognitoEventProperty = new CognitoEventProperty {
Trigger = "trigger",
UserPool = "userPool"
};
Synopsis
Constructors
| CognitoEventProperty() |
Properties
| Trigger | |
| UserPool |
Constructors
CognitoEventProperty()
public CognitoEventProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SAM;
var cognitoEventProperty = new CognitoEventProperty {
Trigger = "trigger",
UserPool = "userPool"
};
Properties
Trigger
public string? Trigger { get; set; }
Property Value
Remarks
UserPool
public string? UserPool { get; set; }