Interface IEventDestination.Jsii$Default
- All Superinterfaces:
IEventDestination
,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IEventDestination.Jsii$Proxy
- Enclosing interface:
IEventDestination
Internal default implementation for
IEventDestination
.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IEventDestination
IEventDestination.Jsii$Default, IEventDestination.Jsii$Proxy
-
Method Summary
Modifier and TypeMethodDescriptiondefault String
The URI of the extension event destination.default PolicyDocument
The IAM policy document to invoke the event destination.default SourceType
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.- Specified by:
getExtensionUri
in interfaceIEventDestination
-
getType
The type of the extension event destination.- Specified by:
getType
in interfaceIEventDestination
-
getPolicyDocument
The IAM policy document to invoke the event destination.- Specified by:
getPolicyDocument
in interfaceIEventDestination
-