| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default ClientAttributes |
UserPoolClientOptions.getReadAttributes()
The set of attributes this client will be able to read.
|
ClientAttributes |
UserPoolClientOptions.Jsii$Proxy.getReadAttributes() |
ClientAttributes |
UserPoolClientProps.Jsii$Proxy.getReadAttributes() |
default ClientAttributes |
UserPoolClientOptions.getWriteAttributes()
The set of attributes this client will be able to write.
|
ClientAttributes |
UserPoolClientOptions.Jsii$Proxy.getWriteAttributes() |
ClientAttributes |
UserPoolClientProps.Jsii$Proxy.getWriteAttributes() |
ClientAttributes |
ClientAttributes.withCustomAttributes(String... attributes)
Creates a custom ClientAttributes with the specified attributes.
|
ClientAttributes |
ClientAttributes.withStandardAttributes(StandardAttributesMask attributes)
Creates a custom ClientAttributes with the specified attributes.
|
Copyright © 2022. All rights reserved.