Interface CfnUserPoolRegionalConfigurationAttachment.IEmailConfigurationProperty
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnUserPoolRegionalConfigurationAttachment.IEmailConfigurationProperty
Syntax (vb)
Public Interface CfnUserPoolRegionalConfigurationAttachment.IEmailConfigurationProperty
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.Cognito;
var emailConfigurationProperty = new EmailConfigurationProperty {
ConfigurationSet = "configurationSet",
EmailSendingAccount = "emailSendingAccount",
From = "from",
ReplyToEmailAddress = "replyToEmailAddress",
SourceArn = "sourceArn"
};
Synopsis
Properties
| ConfigurationSet | |
| EmailSendingAccount | |
| From | |
| ReplyToEmailAddress | |
| SourceArn |
Properties
ConfigurationSet
string? ConfigurationSet { get; }
Property Value
Remarks
EmailSendingAccount
string? EmailSendingAccount { get; }
Property Value
Remarks
From
string? From { get; }
Property Value
Remarks
ReplyToEmailAddress
string? ReplyToEmailAddress { get; }