@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.604Z") @Stability(value=Stable) public interface CfnIdentityPoolProps extends software.amazon.jsii.JsiiSerializable
Example:
import software.amazon.awscdk.services.cognito.*;
OpenIdConnectProvider myProvider;
CfnIdentityPool.Builder.create(this, "IdentityPool")
.openIdConnectProviderArns(List.of(myProvider.getOpenIdConnectProviderArn()))
// And the other properties for your identity pool
.allowUnauthenticatedIdentities(false)
.build();
| 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.