interface ScraperComponentProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnScraper.ScraperComponentProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_ScraperComponentProperty |
![]() | software.amazon.awscdk.services.aps.CfnScraper.ScraperComponentProperty |
![]() | aws_cdk.aws_aps.CfnScraper.ScraperComponentProperty |
![]() | aws-cdk-lib » aws_aps » CfnScraper » ScraperComponentProperty |
A component of a Amazon Managed Service for Prometheus scraper that can be configured for logging.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as aps } from 'aws-cdk-lib';
const scraperComponentProperty: aps.CfnScraper.ScraperComponentProperty = {
type: 'type',
// the properties below are optional
config: {
options: {
optionsKey: 'options',
},
},
};
Properties
Name | Type | Description |
---|---|---|
type | string | The type of the scraper component. |
config? | IResolvable | Component | The configuration settings for the scraper component. |
type
Type:
string
The type of the scraper component.
config?
Type:
IResolvable
|
Component
(optional)
The configuration settings for the scraper component.