@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.743Z") @Stability(value=Stable) public interface CfnUserPoolIdentityProviderProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolIdentityProviderProps.Builder
A builder for
CfnUserPoolIdentityProviderProps |
static class |
CfnUserPoolIdentityProviderProps.Jsii$Proxy
An implementation for
CfnUserPoolIdentityProviderProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolIdentityProviderProps.Builder |
builder() |
default Object |
getAttributeMapping()
`AWS::Cognito::UserPoolIdentityProvider.AttributeMapping`.
|
default List<String> |
getIdpIdentifiers()
`AWS::Cognito::UserPoolIdentityProvider.IdpIdentifiers`.
|
default Object |
getProviderDetails()
`AWS::Cognito::UserPoolIdentityProvider.ProviderDetails`.
|
String |
getProviderName()
`AWS::Cognito::UserPoolIdentityProvider.ProviderName`.
|
String |
getProviderType()
`AWS::Cognito::UserPoolIdentityProvider.ProviderType`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolIdentityProvider.UserPoolId`.
|
@Stability(value=Stable) @NotNull String getProviderName()
@Stability(value=Stable) @NotNull String getProviderType()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) @Nullable default Object getAttributeMapping()
@Stability(value=Stable) @Nullable default List<String> getIdpIdentifiers()
@Stability(value=Stable) @Nullable default Object getProviderDetails()
@Stability(value=Stable) static CfnUserPoolIdentityProviderProps.Builder builder()
Copyright © 2021. All rights reserved.