Interface CfnEventTrigger.IEventTriggerLimitsProperty
Defines limits controlling whether an event triggers the destination, based on ingestion latency and the number of invocations per profile over specific time periods.
Namespace: Amazon.CDK.AWS.CustomerProfiles
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IEventTriggerLimitsProperty
Syntax (vb)
Public Interface IEventTriggerLimitsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CustomerProfiles;
var eventTriggerLimitsProperty = new EventTriggerLimitsProperty {
EventExpiration = 123,
Periods = new [] { new PeriodProperty {
Unit = "unit",
Value = 123,
// the properties below are optional
MaxInvocationsPerProfile = 123,
Unlimited = false
} }
};
Synopsis
Properties
Event |
Specifies that an event will only trigger the destination if it is processed within a certain latency period. |
Periods | A list of time periods during which the limits apply. |
Properties
EventExpiration
Specifies that an event will only trigger the destination if it is processed within a certain latency period.
virtual Nullable<double> EventExpiration { get; }
Property Value
System.
Remarks
Periods
A list of time periods during which the limits apply.
virtual object Periods { get; }
Property Value
System.