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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appintegrations.CfnEventIntegrationProps
CfnEventIntegrationProps.Builder, CfnEventIntegrationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEventIntegrationProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe event integration description.final StringThe Amazon EventBridge bus for the event integration.final ObjectThe event integration filter.final StringgetName()The name of the event integration.getTags()An array of key-value pairs to apply to this resource.final inthashCode()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:CfnEventIntegrationPropsThe Amazon EventBridge bus for the event integration.- Specified by:
getEventBridgeBusin interfaceCfnEventIntegrationProps
-
getEventFilter
Description copied from interface:CfnEventIntegrationPropsThe event integration filter.- Specified by:
getEventFilterin interfaceCfnEventIntegrationProps
-
getName
Description copied from interface:CfnEventIntegrationPropsThe name of the event integration.- Specified by:
getNamein interfaceCfnEventIntegrationProps
-
getDescription
Description copied from interface:CfnEventIntegrationPropsThe event integration description.- Specified by:
getDescriptionin interfaceCfnEventIntegrationProps
-
getTags
Description copied from interface:CfnEventIntegrationPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnEventIntegrationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-