interface EventTriggerLimitsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.CustomerProfiles.CfnEventTrigger.EventTriggerLimitsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnEventTrigger_EventTriggerLimitsProperty |
![]() | software.amazon.awscdk.services.customerprofiles.CfnEventTrigger.EventTriggerLimitsProperty |
![]() | aws_cdk.aws_customerprofiles.CfnEventTrigger.EventTriggerLimitsProperty |
![]() | aws-cdk-lib » aws_customerprofiles » CfnEventTrigger » EventTriggerLimitsProperty |
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const eventTriggerLimitsProperty: customerprofiles.CfnEventTrigger.EventTriggerLimitsProperty = {
eventExpiration: 123,
periods: [{
unit: 'unit',
value: 123,
// the properties below are optional
maxInvocationsPerProfile: 123,
unlimited: false,
}],
};
Properties
Name | Type | Description |
---|---|---|
event | number | Specifies that an event will only trigger the destination if it is processed within a certain latency period. |
periods? | IResolvable | IResolvable | Period [] | A list of time periods during which the limits apply. |
eventExpiration?
Type:
number
(optional)
Specifies that an event will only trigger the destination if it is processed within a certain latency period.
periods?
Type:
IResolvable
|
IResolvable
|
Period
[]
(optional)
A list of time periods during which the limits apply.