@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:21.978Z") @Stability(value=Stable) public interface CfnUserPoolIdentityProviderProps extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html| 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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providername@Stability(value=Stable) @NotNull String getProviderType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providertype@Stability(value=Stable) @NotNull String getUserPoolId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-userpoolid@Stability(value=Stable) @Nullable default Object getAttributeMapping()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-attributemapping@Stability(value=Stable) @Nullable default List<String> getIdpIdentifiers()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-idpidentifiers@Stability(value=Stable) @Nullable default Object getProviderDetails()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cognito-userpoolidentityprovider.html#cfn-cognito-userpoolidentityprovider-providerdetails@Stability(value=Stable) static CfnUserPoolIdentityProviderProps.Builder builder()
Copyright © 2020. All rights reserved.