interface ComponentConfigProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnScraper.ComponentConfigProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_ComponentConfigProperty |
![]() | software.amazon.awscdk.services.aps.CfnScraper.ComponentConfigProperty |
![]() | aws_cdk.aws_aps.CfnScraper.ComponentConfigProperty |
![]() | 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.