Show / Hide Table of Contents

Class CfnScraper.AmpConfigurationProperty

The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.

Inheritance
object
CfnScraper.AmpConfigurationProperty
Implements
CfnScraper.IAmpConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnScraper.AmpConfigurationProperty : CfnScraper.IAmpConfigurationProperty
Syntax (vb)
Public Class CfnScraper.AmpConfigurationProperty Implements CfnScraper.IAmpConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-ampconfiguration.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 ampConfigurationProperty = new AmpConfigurationProperty {
                 WorkspaceArn = "workspaceArn"
             };

Synopsis

Constructors

AmpConfigurationProperty()

The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.

Properties

WorkspaceArn

ARN of the Amazon Managed Service for Prometheus workspace.

Constructors

AmpConfigurationProperty()

The AmpConfiguration structure defines the Amazon Managed Service for Prometheus instance a scraper should send metrics to.

public AmpConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-ampconfiguration.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 ampConfigurationProperty = new AmpConfigurationProperty {
                 WorkspaceArn = "workspaceArn"
             };

Properties

WorkspaceArn

ARN of the Amazon Managed Service for Prometheus workspace.

public string WorkspaceArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-ampconfiguration.html#cfn-aps-scraper-ampconfiguration-workspacearn

Implements

CfnScraper.IAmpConfigurationProperty
Back to top Generated by DocFX