Interface CfnUserPropsMixin.EmailsItemsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPropsMixin.EmailsItemsProperty.Jsii$Proxy
- Enclosing class:
CfnUserPropsMixin
@Stability(Stable)
public static interface CfnUserPropsMixin.EmailsItemsProperty
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.cfnpropertymixins.services.identitystore.*;
EmailsItemsProperty emailsItemsProperty = EmailsItemsProperty.builder()
.primary(false)
.type("type")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPropsMixin.EmailsItemsPropertystatic final classAn implementation forCfnUserPropsMixin.EmailsItemsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrimary
Whether this is the primary email address.Returns union: either
BooleanorIResolvable- See Also:
-
getType
The type of email address.- See Also:
-
getValue
The email address.- See Also:
-
builder
-