ExperimentRunEvent
Describes an event that occurred during an experiment run.
Contents
- AssociatedDeployment
-
The Amazon Resource Name (ARN) of the deployment associated with this event.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:(aws[a-zA-Z-]*)?:[a-z]+:((eusc-)?[a-z]{2}((-gov)|(-iso([a-z]?)))?-[a-z]+-\d{1})?:(\d{12})?:[a-zA-Z0-9-_/:.]+Required: No
- Description
-
A description of the event.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 1024.
Required: No
- EventType
-
The type of event. Valid values:
RUN_STARTED,EXPOSURE_UPDATED,OVERRIDES_UPDATED,RUN_STOPPED.Type: String
Valid Values:
RUN_STARTED | EXPOSURE_UPDATED | OVERRIDES_UPDATED | RUN_STOPPEDRequired: No
- ExposurePercentage
-
The exposure percentage at the time of the event.
Type: Float
Valid Range: Minimum value of 0.0. Maximum value of 100.0.
Required: No
- OccurredAt
-
The date and time the event occurred, in ISO 8601 format.
Type: Timestamp
Required: No
- TreatmentOverrides
-
The treatment overrides at the time of the event.
Type: TreatmentOverrides object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
- TriggeredBy
-
The principal that triggered the event.
Type: String
Valid Values:
USER | APPCONFIG | CLOUDWATCH_ALARM | INTERNAL_ERRORRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: