@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.772Z") @Stability(value=Experimental) public interface UserPoolIdentityProviderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolIdentityProviderProps.Builder
A builder for
UserPoolIdentityProviderProps |
static class |
UserPoolIdentityProviderProps.Jsii$Proxy
An implementation for
UserPoolIdentityProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolIdentityProviderProps.Builder |
builder() |
default AttributeMapping |
getAttributeMapping()
(experimental) Mapping attributes from the identity provider to standard and custom attributes of the user pool.
|
IUserPool |
getUserPool()
(experimental) The user pool to which this construct provides identities.
|
@Stability(value=Experimental) @NotNull IUserPool getUserPool()
@Stability(value=Experimental) @Nullable default AttributeMapping getAttributeMapping()
Default: - no attribute mapping
@Stability(value=Experimental) static UserPoolIdentityProviderProps.Builder builder()
Copyright © 2021. All rights reserved.