@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.748Z") @Stability(value=Experimental) public interface CustomAttributeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CustomAttributeProps.Builder
A builder for
CustomAttributeProps |
static class |
CustomAttributeProps.Jsii$Proxy
An implementation for
CustomAttributeProps |
| Modifier and Type | Method and Description |
|---|---|
static CustomAttributeProps.Builder |
builder() |
default Boolean |
getMutable()
(experimental) Specifies whether the value of the attribute can be changed.
|
@Stability(value=Experimental) @Nullable default Boolean getMutable()
For any user pool attribute that's mapped to an identity provider attribute, you must set this parameter to true. Amazon Cognito updates mapped attributes when users sign in to your application through an identity provider. If an attribute is immutable, Amazon Cognito throws an error when it attempts to update the attribute.
Default: false
@Stability(value=Experimental) static CustomAttributeProps.Builder builder()
CustomAttributeProps.Builder of CustomAttributePropsCopyright © 2021. All rights reserved.