Identity Pool Args
constructor(allowClassicFlow: Output<Boolean>? = null, allowUnauthenticatedIdentities: Output<Boolean>? = null, cognitoIdentityProviders: Output<List<IdentityPoolCognitoIdentityProviderArgs>>? = null, developerProviderName: Output<String>? = null, identityPoolName: Output<String>? = null, openidConnectProviderArns: Output<List<String>>? = null, samlProviderArns: Output<List<String>>? = null, supportedLoginProviders: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null)