Class IEventDestination.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.IEventDestination.Jsii$Proxy
- All Implemented Interfaces:
IEventDestination
,IEventDestination.Jsii$Default
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
IEventDestination
@Internal
public static final class IEventDestination.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements IEventDestination.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.IEventDestination
IEventDestination.Jsii$Default, IEventDestination.Jsii$Proxy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal String
The URI of the extension event destination.final PolicyDocument
The IAM policy document to invoke the event destination.final SourceType
getType()
The type of the extension event destination.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
-
-
Method Details
-
getExtensionUri
The URI of the extension event destination.- Specified by:
getExtensionUri
in interfaceIEventDestination
- Specified by:
getExtensionUri
in interfaceIEventDestination.Jsii$Default
-
getType
The type of the extension event destination.- Specified by:
getType
in interfaceIEventDestination
- Specified by:
getType
in interfaceIEventDestination.Jsii$Default
-
getPolicyDocument
The IAM policy document to invoke the event destination.- Specified by:
getPolicyDocument
in interfaceIEventDestination
- Specified by:
getPolicyDocument
in interfaceIEventDestination.Jsii$Default
-