UserPoolIdentityProviderProps¶
-
class
aws_cdk.aws_cognito.
UserPoolIdentityProviderProps
(*, user_pool, attribute_mapping=None)¶ Bases:
object
Properties to create a new instance of UserPoolIdentityProvider.
- Parameters
user_pool (
IUserPool
) – The user pool to which this construct provides identities.attribute_mapping (
Optional
[AttributeMapping
]) – Mapping attributes from the identity provider to standard and custom attributes of the user pool. Default: - no attribute mapping
Attributes
-
attribute_mapping
¶ Mapping attributes from the identity provider to standard and custom attributes of the user pool.
- Default
no attribute mapping
- Return type
Optional
[AttributeMapping
]