@Stability(value=Stable)
public static interface CfnUserPool.NumberAttributeConstraintsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
NumberAttributeConstraintsProperty numberAttributeConstraintsProperty = NumberAttributeConstraintsProperty.builder()
.maxValue("maxValue")
.minValue("minValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPool.NumberAttributeConstraintsProperty.Builder
A builder for
CfnUserPool.NumberAttributeConstraintsProperty |
static class |
CfnUserPool.NumberAttributeConstraintsProperty.Jsii$Proxy
An implementation for
CfnUserPool.NumberAttributeConstraintsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPool.NumberAttributeConstraintsProperty.Builder |
builder() |
default String |
getMaxValue()
The maximum value of an attribute that is of the number data type.
|
default String |
getMinValue()
The minimum value of an attribute that is of the number data type.
|
@Stability(value=Stable) @Nullable default String getMaxValue()
@Stability(value=Stable) @Nullable default String getMinValue()
@Stability(value=Stable) static CfnUserPool.NumberAttributeConstraintsProperty.Builder builder()
Copyright © 2022. All rights reserved.