Interface CfnUserPoolUser.AttributeTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolUser.AttributeTypeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolUser
@Stability(Stable)
public static interface CfnUserPoolUser.AttributeTypeProperty
extends software.amazon.jsii.JsiiSerializable
Specifies whether the attribute is standard or custom.
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.*; AttributeTypeProperty attributeTypeProperty = AttributeTypeProperty.builder() .name("name") .value("value") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserPoolUser.AttributeTypeProperty
static final class
An implementation forCfnUserPoolUser.AttributeTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
The name of the attribute. -
getValue
The value of the attribute. -
builder
-