# Dynatrace::Environment::SyntheticMonitor LoadingTimeThresholdsPolicy Performance thresholds configuration. ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Enabled" : Boolean,
    "Thresholds" : [ LoadingTimeThreshold, ... ]
}
### YAML
Enabled: Boolean
Thresholds: 
      - LoadingTimeThreshold
## Properties #### Enabled Performance threshold is enabled (true) or disabled (false). _Required_: Yes _Type_: Boolean _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Thresholds The list of performance threshold rules. _Required_: Yes _Type_: List of LoadingTimeThreshold _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)