Class CfnScraper.AmpConfigurationProperty
The AmpConfiguration
structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AmpConfigurationProperty : Object, CfnScraper.IAmpConfigurationProperty
Syntax (vb)
Public Class AmpConfigurationProperty
Inherits Object
Implements CfnScraper.IAmpConfigurationProperty
Remarks
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 ampConfigurationProperty = new AmpConfigurationProperty {
WorkspaceArn = "workspaceArn"
};
Synopsis
Constructors
Amp |
Properties
Workspace |
ARN of the Amazon Managed Service for Prometheus workspace. |
Constructors
AmpConfigurationProperty()
public AmpConfigurationProperty()
Properties
WorkspaceArn
ARN of the Amazon Managed Service for Prometheus workspace.
public string WorkspaceArn { get; set; }
Property Value
System.