interface ComponentConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APS.CfnScraper.ComponentConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_ComponentConfigProperty |
Java | software.amazon.awscdk.services.aps.CfnScraper.ComponentConfigProperty |
Python | aws_cdk.aws_aps.CfnScraper.ComponentConfigProperty |
TypeScript | aws-cdk-lib » aws_aps » CfnScraper » ComponentConfigProperty |
Configuration settings for a scraper component.
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 componentConfigProperty: aps.CfnScraper.ComponentConfigProperty = {
options: {
optionsKey: 'options',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| options? | { [string]: string } | IResolvable | Configuration options for the scraper component. |
options?
Type:
{ [string]: string } | IResolvable
(optional)
Configuration options for the scraper component.

.NET
Go
Java
Python
TypeScript