Interface CfnEmailAddress.AliasConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEmailAddress.AliasConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnEmailAddress
@Stability(Stable)
public static interface CfnEmailAddress.AliasConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration information of an email alias.
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.connect.*;
AliasConfigurationProperty aliasConfigurationProperty = AliasConfigurationProperty.builder()
.emailAddressArn("emailAddressArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEmailAddress.AliasConfigurationPropertystatic final classAn implementation forCfnEmailAddress.AliasConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEmailAddressArn
The identifier of the email address alias.- See Also:
-
builder
-