Class CfnEventRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.notifications.CfnEventRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnEventRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEventRuleProps
@Stability(Stable)
@Internal
public static final class CfnEventRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEventRuleProps
An implementation for
CfnEventRuleProps-
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.notifications.CfnEventRuleProps
CfnEventRuleProps.Builder, CfnEventRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnEventRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEventRuleProps.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 theCfnEventRuleProps.Builder.
-
-
Method Details
-
getEventType
Description copied from interface:CfnEventRulePropsThe 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 interfaceCfnEventRuleProps- See Also:
-
getNotificationConfigurationArn
Description copied from interface:CfnEventRulePropsThe ARN for theNotificationConfigurationassociated with thisEventRule.- Specified by:
getNotificationConfigurationArnin interfaceCfnEventRuleProps- See Also:
-
getRegions
Description copied from interface:CfnEventRulePropsA list of AWS Regions that send events to thisEventRule.- Specified by:
getRegionsin interfaceCfnEventRuleProps- See Also:
-
getSource
Description copied from interface:CfnEventRulePropsThe 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 interfaceCfnEventRuleProps- See Also:
-
getEventPattern
Description copied from interface:CfnEventRulePropsAn 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 interfaceCfnEventRuleProps- 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()
-