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.103.1 (build bef2dea)",
date="2024-09-11T18:01:10.912Z")
@Stability(Stable)
public interface IEventDestination
extends software.amazon.jsii.JsiiSerializable
Implemented by allowed extension event destinations.
-
Nested Class Summary
Modifier 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.
-