Show / Hide Table of Contents

Class CfnFunctionPropsMixin.CognitoEventProperty

Inheritance
object
CfnFunctionPropsMixin.CognitoEventProperty
Implements
CfnFunctionPropsMixin.ICognitoEventProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-cognitoevent.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-cognitoevent.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-cognitoevent.html#cfn-serverless-function-cognitoevent-trigger

UserPool

public string? UserPool { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-serverless-function-cognitoevent.html#cfn-serverless-function-cognitoevent-userpool

Implements

CfnFunctionPropsMixin.ICognitoEventProperty
Back to top Generated by DocFX