

This is the new *Amazon CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [Amazon CloudFormation User Guide](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/Welcome.html).

# AWS::APS::Scraper ScrapeConfiguration
<a name="aws-properties-aps-scraper-scrapeconfiguration"></a>

A scrape configuration for a scraper, base 64 encoded. For more information, see [Scraper configuration](https://docs.amazonaws.cn/prometheus/latest/userguide/AMP-collector-how-to.html#AMP-collector-configuration) in the *Amazon Managed Service for Prometheus User Guide*.

## Syntax
<a name="aws-properties-aps-scraper-scrapeconfiguration-syntax"></a>

To declare this entity in your Amazon CloudFormation template, use the following syntax:

### JSON
<a name="aws-properties-aps-scraper-scrapeconfiguration-syntax.json"></a>

```
{
  "[ConfigurationBlob](#cfn-aps-scraper-scrapeconfiguration-configurationblob)" : {{String}}
}
```

### YAML
<a name="aws-properties-aps-scraper-scrapeconfiguration-syntax.yaml"></a>

```
  [ConfigurationBlob](#cfn-aps-scraper-scrapeconfiguration-configurationblob): {{String}}
```

## Properties
<a name="aws-properties-aps-scraper-scrapeconfiguration-properties"></a>

`ConfigurationBlob`  <a name="cfn-aps-scraper-scrapeconfiguration-configurationblob"></a>
The base 64 encoded scrape configuration file.  
*Required*: No  
*Type*: String  
*Update requires*: [No interruption](https://docs.amazonaws.cn/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)