Class CfnEventIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appintegrations.CfnEventIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventIntegrationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventIntegrationProps
@Stability(Stable)
@Internal
public static final class CfnEventIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventIntegrationProps
An implementation for
CfnEventIntegrationProps
-
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.appintegrations.CfnEventIntegrationProps
CfnEventIntegrationProps.Builder, CfnEventIntegrationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnEventIntegrationProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The event integration description.final String
The Amazon EventBridge bus for the event integration.final Object
The event integration filter.final String
getName()
The name of the event integration.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnEventIntegrationProps.Builder
.
-
-
Method Details
-
getEventBridgeBus
Description copied from interface:CfnEventIntegrationProps
The Amazon EventBridge bus for the event integration.- Specified by:
getEventBridgeBus
in interfaceCfnEventIntegrationProps
-
getEventFilter
Description copied from interface:CfnEventIntegrationProps
The event integration filter.- Specified by:
getEventFilter
in interfaceCfnEventIntegrationProps
-
getName
Description copied from interface:CfnEventIntegrationProps
The name of the event integration.- Specified by:
getName
in interfaceCfnEventIntegrationProps
-
getDescription
Description copied from interface:CfnEventIntegrationProps
The event integration description.- Specified by:
getDescription
in interfaceCfnEventIntegrationProps
-
getTags
Description copied from interface:CfnEventIntegrationProps
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTags
in interfaceCfnEventIntegrationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-