Interface IEventDestination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IEventDestination.Jsii$Default
- All Known Implementing Classes:
EventBridgeDestination
,IEventDestination.Jsii$Proxy
,LambdaDestination
,SnsDestination
,SqsDestination
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-06T22:15:49.071Z")
@Stability(Stable)
public interface IEventDestination
extends software.amazon.jsii.JsiiSerializable
Implemented by allowed extension event destinations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIEventDestination
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe URI of the extension event destination.default PolicyDocument
The IAM policy document to invoke the event destination.getType()
The type of the extension event destination.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExtensionUri
The URI of the extension event destination. -
getType
The type of the extension event destination. -
getPolicyDocument
The IAM policy document to invoke the event destination.
-