interface InboundFederationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Cognito.CfnUserPool.InboundFederationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscognito#CfnUserPool_InboundFederationProperty |
Java | software.amazon.awscdk.services.cognito.CfnUserPool.InboundFederationProperty |
Python | aws_cdk.aws_cognito.CfnUserPool.InboundFederationProperty |
TypeScript | aws-cdk-lib » aws_cognito » CfnUserPool » InboundFederationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from 'aws-cdk-lib';
const inboundFederationProperty: cognito.CfnUserPool.InboundFederationProperty = {
lambdaArn: 'lambdaArn',
lambdaVersion: 'lambdaVersion',
};
Properties
| Name | Type | Description |
|---|---|---|
| lambda | string | |
| lambda | string |
lambdaArn?
Type:
string
(optional)
lambdaVersion?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript