@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.732Z") @Stability(value=Stable) public interface CfnIdentityPoolProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIdentityPoolProps.Builder
A builder for
CfnIdentityPoolProps |
static class |
CfnIdentityPoolProps.Jsii$Proxy
An implementation for
CfnIdentityPoolProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnIdentityPoolProps.Builder |
builder() |
default Object |
getAllowClassicFlow()
`AWS::Cognito::IdentityPool.AllowClassicFlow`.
|
Object |
getAllowUnauthenticatedIdentities()
`AWS::Cognito::IdentityPool.AllowUnauthenticatedIdentities`.
|
default Object |
getCognitoEvents()
`AWS::Cognito::IdentityPool.CognitoEvents`.
|
default Object |
getCognitoIdentityProviders()
`AWS::Cognito::IdentityPool.CognitoIdentityProviders`.
|
default Object |
getCognitoStreams()
`AWS::Cognito::IdentityPool.CognitoStreams`.
|
default String |
getDeveloperProviderName()
`AWS::Cognito::IdentityPool.DeveloperProviderName`.
|
default String |
getIdentityPoolName()
`AWS::Cognito::IdentityPool.IdentityPoolName`.
|
default List<String> |
getOpenIdConnectProviderArns()
`AWS::Cognito::IdentityPool.OpenIdConnectProviderARNs`.
|
default Object |
getPushSync()
`AWS::Cognito::IdentityPool.PushSync`.
|
default List<String> |
getSamlProviderArns()
`AWS::Cognito::IdentityPool.SamlProviderARNs`.
|
default Object |
getSupportedLoginProviders()
`AWS::Cognito::IdentityPool.SupportedLoginProviders`.
|
@Stability(value=Stable) @NotNull Object getAllowUnauthenticatedIdentities()
@Stability(value=Stable) @Nullable default Object getAllowClassicFlow()
@Stability(value=Stable) @Nullable default Object getCognitoEvents()
@Stability(value=Stable) @Nullable default Object getCognitoIdentityProviders()
@Stability(value=Stable) @Nullable default Object getCognitoStreams()
@Stability(value=Stable) @Nullable default String getDeveloperProviderName()
@Stability(value=Stable) @Nullable default String getIdentityPoolName()
@Stability(value=Stable) @Nullable default List<String> getOpenIdConnectProviderArns()
@Stability(value=Stable) @Nullable default Object getPushSync()
@Stability(value=Stable) @Nullable default List<String> getSamlProviderArns()
@Stability(value=Stable) @Nullable default Object getSupportedLoginProviders()
@Stability(value=Stable) static CfnIdentityPoolProps.Builder builder()
CfnIdentityPoolProps.Builder of CfnIdentityPoolPropsCopyright © 2021. All rights reserved.