Uses of Interface
software.amazon.awscdk.services.ses.IEmailIdentity
Packages that use IEmailIdentity
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of IEmailIdentity in software.amazon.awscdk.services.ses
Subinterfaces of IEmailIdentity in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIEmailIdentity.Classes in software.amazon.awscdk.services.ses that implement IEmailIdentityModifier and TypeClassDescriptionclassAn email identity.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ses that return IEmailIdentityModifier and TypeMethodDescriptionstatic IEmailIdentityEmailIdentity.fromEmailIdentityArn(software.constructs.Construct scope, String id, String emailIdentityArn) Import an email identity by ARN.static IEmailIdentityEmailIdentity.fromEmailIdentityName(software.constructs.Construct scope, String id, String emailIdentityName) Use an existing email identity.