Interface IEventSourceMapping.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IEventSourceMapping, IEventSourceMappingRef, IEventSourceMappingRef.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IEventSourceMapping.Jsii$Proxy
Enclosing interface:
IEventSourceMapping

@Internal public static interface IEventSourceMapping.Jsii$Default extends IEventSourceMapping, IResource.Jsii$Default, IEventSourceMappingRef.Jsii$Default
Internal default implementation for IEventSourceMapping.
  • Method Details

    • getEventSourceMappingArn

      @Stability(Stable) @NotNull default String getEventSourceMappingArn()
      The ARN of the event source mapping (i.e. arn:aws:lambda:region:account-id:event-source-mapping/event-source-mapping-id).
      Specified by:
      getEventSourceMappingArn in interface IEventSourceMapping
    • getEventSourceMappingId

      @Stability(Stable) @NotNull default String getEventSourceMappingId()
      The identifier for this EventSourceMapping.
      Specified by:
      getEventSourceMappingId in interface IEventSourceMapping