Interface InstanceEvents.ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
InstanceEvents.ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Jsii$Proxy
- Enclosing class:
InstanceEvents.ContactLensPostCallRulesMatched
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.connect.events.*;
ContactLensPostCallRulesMatchedProps contactLensPostCallRulesMatchedProps = ContactLensPostCallRulesMatchedProps.builder()
.actionName(List.of("actionName"))
.agentArn(List.of("agentArn"))
.contactArn(List.of("contactArn"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.instanceArn(List.of("instanceArn"))
.queueArn(List.of("queueArn"))
.ruleName(List.of("ruleName"))
.version(List.of("version"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forInstanceEvents.ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) actionName property.(experimental) agentArn property.(experimental) contactArn property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) instanceArn property.(experimental) queueArn property.(experimental) ruleName property.(experimental) version property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActionName
(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
-
getAgentArn
(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
-
getContactArn
(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
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
getInstanceArn
(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
-
getQueueArn
(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
-
getRuleName
(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
-
getVersion
(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
-
builder
@Stability(Experimental) static InstanceEvents.ContactLensPostCallRulesMatched.ContactLensPostCallRulesMatchedProps.Builder builder()
-