Package com.pulumi.aws.cognito.outputs
Class IdentityPoolCognitoIdentityProvider
- java.lang.Object
-
- com.pulumi.aws.cognito.outputs.IdentityPoolCognitoIdentityProvider
-
public final class IdentityPoolCognitoIdentityProvider extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
IdentityPoolCognitoIdentityProvider.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IdentityPoolCognitoIdentityProvider.Builder
builder()
static IdentityPoolCognitoIdentityProvider.Builder
builder(IdentityPoolCognitoIdentityProvider defaults)
java.util.Optional<java.lang.String>
clientId()
java.util.Optional<java.lang.String>
providerName()
java.util.Optional<java.lang.Boolean>
serverSideTokenCheck()
-
-
-
Method Detail
-
clientId
public java.util.Optional<java.lang.String> clientId()
- Returns:
- The client ID for the Amazon Cognito Identity User Pool.
-
providerName
public java.util.Optional<java.lang.String> providerName()
- Returns:
- The provider name for an Amazon Cognito Identity User Pool.
-
serverSideTokenCheck
public java.util.Optional<java.lang.Boolean> serverSideTokenCheck()
- Returns:
- Whether server-side token validation is enabled for the identity provider’s token or not.
-
builder
public static IdentityPoolCognitoIdentityProvider.Builder builder()
-
builder
public static IdentityPoolCognitoIdentityProvider.Builder builder(IdentityPoolCognitoIdentityProvider defaults)
-
-