# Dynatrace::Environment::SyntheticMonitor LoadingTimeThreshold The performance threshold rule. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{ "Type" : String, "ValueMs" : Integer, "RequestIndex" : Integer, "EventIndex" : Integer }### YAML
Type: String ValueMs: Integer RequestIndex: Integer EventIndex: Integer## Properties #### Type The type of the threshold: total loading time or action loading time. _Required_: Yes _Type_: String _Allowed Values_:
ACTION
| TOTAL
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### ValueMs
Notify if monitor takes longer than X milliseconds to load.
_Required_: Yes
_Type_: Integer
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### RequestIndex
Specify the request to which an ACTION threshold applies.
_Required_: No
_Type_: Integer
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
#### EventIndex
Specify the event to which an ACTION threshold applies.
_Required_: No
_Type_: Integer
_Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)