interface SourceProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnScraper.SourceProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnScraper_SourceProperty |
![]() | software.amazon.awscdk.services.aps.CfnScraper.SourceProperty |
![]() | aws_cdk.aws_aps.CfnScraper.SourceProperty |
![]() | aws-cdk-lib » aws_aps » CfnScraper » SourceProperty |
The source of collected metrics for a scraper.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-source.html
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 sourceProperty: aps.CfnScraper.SourceProperty = {
eksConfiguration: {
clusterArn: 'clusterArn',
subnetIds: ['subnetIds'],
// the properties below are optional
securityGroupIds: ['securityGroupIds'],
},
};
Properties
Name | Type | Description |
---|---|---|
eks | IResolvable | Eks | The Amazon EKS cluster from which a scraper collects metrics. |
eksConfiguration
Type:
IResolvable
|
Eks
The Amazon EKS cluster from which a scraper collects metrics.