@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-28T21:34:26.107Z") public class UserPoolIdentityProviderAmazon extends Resource implements IUserPoolIdentityProvider
Example:
UserPool pool = new UserPool(this, "Pool"); UserPoolIdentityProviderAmazon provider = UserPoolIdentityProviderAmazon.Builder.create(this, "Amazon") .userPool(pool) .clientId("amzn-client-id") .clientSecret("amzn-client-secret") .build(); UserPoolClient client = pool.addClient("app-client", UserPoolClientOptions.builder() // ... .supportedIdentityProviders(List.of(UserPoolClientIdentityProvider.AMAZON)) .build()); client.node.addDependency(provider);
Modifier and Type | Class and Description |
---|---|
static class |
UserPoolIdentityProviderAmazon.Builder
A fluent builder for
UserPoolIdentityProviderAmazon . |
IUserPoolIdentityProvider.Jsii$Default, IUserPoolIdentityProvider.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
UserPoolIdentityProviderAmazon(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
UserPoolIdentityProviderAmazon(software.amazon.jsii.JsiiObjectRef objRef) |
|
UserPoolIdentityProviderAmazon(software.constructs.Construct scope,
java.lang.String id,
UserPoolIdentityProviderAmazonProps props) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
configureAttributeMapping() |
java.lang.String |
getProviderName()
The primary identifier of this identity provider.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResource
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyRemovalPolicy, getEnv, getStack
getNode
protected UserPoolIdentityProviderAmazon(software.amazon.jsii.JsiiObjectRef objRef)
protected UserPoolIdentityProviderAmazon(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public UserPoolIdentityProviderAmazon(software.constructs.Construct scope, java.lang.String id, UserPoolIdentityProviderAmazonProps props)
scope
- This parameter is required.id
- This parameter is required.props
- This parameter is required.protected java.lang.Object configureAttributeMapping()
public java.lang.String getProviderName()
getProviderName
in interface IUserPoolIdentityProvider