Class CfnScraper.SourceProperty
The source of collected metrics for a scraper.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SourceProperty : Object, CfnScraper.ISourceProperty
Syntax (vb)
Public Class SourceProperty
Inherits Object
Implements CfnScraper.ISourceProperty
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-source.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APS;
var sourceProperty = new SourceProperty {
EksConfiguration = new EksConfigurationProperty {
ClusterArn = "clusterArn",
SubnetIds = new [] { "subnetIds" },
// the properties below are optional
SecurityGroupIds = new [] { "securityGroupIds" }
}
};
Synopsis
Constructors
Source |
Properties
Eks |
The Amazon EKS cluster from which a scraper collects metrics. |
Constructors
SourceProperty()
public SourceProperty()
Properties
EksConfiguration
The Amazon EKS cluster from which a scraper collects metrics.
public object EksConfiguration { get; set; }
Property Value
System.