interface ComponentConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.APS.Mixins.CfnScraperPropsMixin.ComponentConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaps/mixins#CfnScraperPropsMixin_ComponentConfigProperty |
Java | software.amazon.awscdk.mixins.preview.services.aps.mixins.CfnScraperPropsMixin.ComponentConfigProperty |
Python | aws_cdk.mixins_preview.aws_aps.mixins.CfnScraperPropsMixin.ComponentConfigProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aps » mixins » CfnScraperPropsMixin » 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 { mixins as aps_mixins } from '@aws-cdk/mixins-preview/aws-aps';
const componentConfigProperty: aps_mixins.CfnScraperPropsMixin.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