Show / Hide Table of Contents

Interface CfnUserPoolRegionalConfigurationAttachment.IPreTokenGenerationConfigProperty

Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUserPoolRegionalConfigurationAttachment.IPreTokenGenerationConfigProperty
Syntax (vb)
Public Interface CfnUserPoolRegionalConfigurationAttachment.IPreTokenGenerationConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-pretokengenerationconfig.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.AWS.Cognito;

             var preTokenGenerationConfigProperty = new PreTokenGenerationConfigProperty {
                 LambdaArn = "lambdaArn",
                 LambdaVersion = "lambdaVersion"
             };

Synopsis

Properties

LambdaArn
LambdaVersion

Properties

LambdaArn

string? LambdaArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-pretokengenerationconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-pretokengenerationconfig-lambdaarn

LambdaVersion

string? LambdaVersion { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpoolregionalconfigurationattachment-pretokengenerationconfig.html#cfn-cognito-userpoolregionalconfigurationattachment-pretokengenerationconfig-lambdaversion

Back to top Generated by DocFX