| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
StringAttributeProps
(experimental) Props for constructing a StringAttr.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
StringAttributeConstraints.Jsii$Proxy
An implementation for
StringAttributeConstraints |
static class |
StringAttributeProps.Jsii$Proxy
An implementation for
StringAttributeProps |
| Modifier and Type | Method and Description |
|---|---|
StringAttributeConstraints |
StringAttributeConstraints.Builder.build()
Builds the configured instance.
|
default StringAttributeConstraints |
CustomAttributeConfig.getStringConstraints()
(experimental) The constraints for a custom attribute of 'String' data type.
|
StringAttributeConstraints |
CustomAttributeConfig.Jsii$Proxy.getStringConstraints() |
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeConfig.Builder |
CustomAttributeConfig.Builder.stringConstraints(StringAttributeConstraints stringConstraints)
Sets the value of
CustomAttributeConfig.getStringConstraints() |
| Constructor and Description |
|---|
Jsii$Proxy(String dataType,
Boolean mutable,
NumberAttributeConstraints numberConstraints,
StringAttributeConstraints stringConstraints)
Constructor that initializes the object based on literal property values passed by the
CustomAttributeConfig.Builder. |
Copyright © 2021. All rights reserved.