Interface IEmailIdentity

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IEmailIdentity.Jsii$Default
All Known Implementing Classes:
EmailIdentity, IEmailIdentity.Jsii$Proxy

@Generated(value="jsii-pacmak/1.93.0 (build 1706ca5)", date="2024-01-03T18:29:32.875Z") @Stability(Stable) public interface IEmailIdentity extends software.amazon.jsii.JsiiSerializable, IResource
An email identity.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IEmailIdentity.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The name of the email identity.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getEmailIdentityName

      @Stability(Stable) @NotNull String getEmailIdentityName()
      The name of the email identity.