Interface CfnEmailAddress.IAliasConfigurationProperty
Configuration information of an email alias.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnEmailAddress.IAliasConfigurationProperty
Syntax (vb)
Public Interface CfnEmailAddress.IAliasConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var aliasConfigurationProperty = new AliasConfigurationProperty {
EmailAddressArn = "emailAddressArn"
};
Synopsis
Properties
| EmailAddressArn | The identifier of the email address alias. |
Properties
EmailAddressArn
The identifier of the email address alias.
string EmailAddressArn { get; }