ContactLensRealtimeRulesMatched
- class aws_cdk.mixins_preview.aws_connect.events.ContactLensRealtimeRulesMatched
Bases:
object(experimental) EventBridge event pattern for aws.connect@ContactLensRealtimeRulesMatched.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_connect import events as connect_events contact_lens_realtime_rules_matched = connect_events.ContactLensRealtimeRulesMatched()
- Stability:
experimental
Static Methods
- classmethod contact_lens_realtime_rules_matched_pattern(*, action_name=None, agent_arn=None, contact_arn=None, event_metadata=None, instance_arn=None, queue_arn=None, rule_name=None, version=None)
(experimental) EventBridge event pattern for Contact Lens Realtime Rules Matched.
- Parameters:
action_name (
Optional[Sequence[str]]) – (experimental) actionName property. Specify an array of string values to match this event if the actual value of actionName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldagent_arn (
Optional[Sequence[str]]) – (experimental) agentArn property. Specify an array of string values to match this event if the actual value of agentArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontact_arn (
Optional[Sequence[str]]) – (experimental) contactArn property. Specify an array of string values to match this event if the actual value of contactArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -instance_arn (
Optional[Sequence[str]]) – (experimental) instanceArn property. Specify an array of string values to match this event if the actual value of instanceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Filter with the Instance referencequeue_arn (
Optional[Sequence[str]]) – (experimental) queueArn property. Specify an array of string values to match this event if the actual value of queueArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldrule_name (
Optional[Sequence[str]]) – (experimental) ruleName property. Specify an array of string values to match this event if the actual value of ruleName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
ContactLensRealtimeRulesMatchedProps
- class ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps(*, action_name=None, agent_arn=None, contact_arn=None, event_metadata=None, instance_arn=None, queue_arn=None, rule_name=None, version=None)
Bases:
object(experimental) Props type for aws.connect@ContactLensRealtimeRulesMatched event.
- Parameters:
action_name (
Optional[Sequence[str]]) – (experimental) actionName property. Specify an array of string values to match this event if the actual value of actionName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldagent_arn (
Optional[Sequence[str]]) – (experimental) agentArn property. Specify an array of string values to match this event if the actual value of agentArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldcontact_arn (
Optional[Sequence[str]]) – (experimental) contactArn property. Specify an array of string values to match this event if the actual value of contactArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -instance_arn (
Optional[Sequence[str]]) – (experimental) instanceArn property. Specify an array of string values to match this event if the actual value of instanceArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Filter with the Instance referencequeue_arn (
Optional[Sequence[str]]) – (experimental) queueArn property. Specify an array of string values to match this event if the actual value of queueArn is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldrule_name (
Optional[Sequence[str]]) – (experimental) ruleName property. Specify an array of string values to match this event if the actual value of ruleName is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldversion (
Optional[Sequence[str]]) – (experimental) version property. Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_connect import events as connect_events contact_lens_realtime_rules_matched_props = connect_events.ContactLensRealtimeRulesMatched.ContactLensRealtimeRulesMatchedProps( action_name=["actionName"], agent_arn=["agentArn"], contact_arn=["contactArn"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), instance_arn=["instanceArn"], queue_arn=["queueArn"], rule_name=["ruleName"], version=["version"] )
Attributes
- action_name
(experimental) actionName property.
Specify an array of string values to match this event if the actual value of actionName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- agent_arn
(experimental) agentArn property.
Specify an array of string values to match this event if the actual value of agentArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- contact_arn
(experimental) contactArn property.
Specify an array of string values to match this event if the actual value of contactArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- instance_arn
(experimental) instanceArn property.
Specify an array of string values to match this event if the actual value of instanceArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Filter with the Instance reference
- Stability:
experimental
- queue_arn
(experimental) queueArn property.
Specify an array of string values to match this event if the actual value of queueArn is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- rule_name
(experimental) ruleName property.
Specify an array of string values to match this event if the actual value of ruleName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- version
(experimental) version property.
Specify an array of string values to match this event if the actual value of version is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental