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: