Class CfnEventRuleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.notifications.mixins.CfnEventRuleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventRuleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventRuleMixinProps
@Stability(Stable)
@Internal
public static final class CfnEventRuleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventRuleMixinProps
An implementation for
CfnEventRuleMixinProps-
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.mixins.preview.services.notifications.mixins.CfnEventRuleMixinProps
CfnEventRuleMixinProps.Builder, CfnEventRuleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventRuleMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventRuleMixinProps.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 StringAn additional event pattern used to further filter the events thisEventRulereceives.final StringThe event type this rule should match with the EventBridge events.final StringThe ARN for theNotificationConfigurationassociated with thisEventRule.A list of AWS Regions that send events to thisEventRule.final StringThe event source this rule should match with the EventBridge event sources.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 theCfnEventRuleMixinProps.Builder.
-
-
Method Details
-
getEventPattern
Description copied from interface:CfnEventRuleMixinPropsAn additional event pattern used to further filter the events thisEventRulereceives.For more information, see Amazon EventBridge event patterns in the Amazon EventBridge User Guide.
- Specified by:
getEventPatternin interfaceCfnEventRuleMixinProps- See Also:
-
getEventType
Description copied from interface:CfnEventRuleMixinPropsThe event type this rule should match with the EventBridge events.It must match with atleast one of the valid EventBridge event types. For example, Amazon EC2 Instance State change Notification and Amazon CloudWatch State Change. For more information, see Event delivery from AWS services in the Amazon EventBridge User Guide .
- Specified by:
getEventTypein interfaceCfnEventRuleMixinProps- See Also:
-
getNotificationConfigurationArn
Description copied from interface:CfnEventRuleMixinPropsThe ARN for theNotificationConfigurationassociated with thisEventRule.- Specified by:
getNotificationConfigurationArnin interfaceCfnEventRuleMixinProps- See Also:
-
getRegions
Description copied from interface:CfnEventRuleMixinPropsA list of AWS Regions that send events to thisEventRule.- Specified by:
getRegionsin interfaceCfnEventRuleMixinProps- See Also:
-
getSource
Description copied from interface:CfnEventRuleMixinPropsThe event source this rule should match with the EventBridge event sources.It must match with atleast one of the valid EventBridge event sources. Only AWS service sourced events are supported. For example,
aws.ec2andaws.cloudwatch. For more information, see Event delivery from AWS services in the Amazon EventBridge User Guide .- Specified by:
getSourcein interfaceCfnEventRuleMixinProps- See Also:
-
$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()
-