Show / Hide Table of Contents

Class CfnScraper.ScraperLoggingDestinationProperty

The destination where scraper logs are sent.

Inheritance
object
CfnScraper.ScraperLoggingDestinationProperty
Implements
CfnScraper.IScraperLoggingDestinationProperty
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.ScraperLoggingDestinationProperty : CfnScraper.IScraperLoggingDestinationProperty
Syntax (vb)
Public Class CfnScraper.ScraperLoggingDestinationProperty Implements CfnScraper.IScraperLoggingDestinationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scraperloggingdestination.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 scraperLoggingDestinationProperty = new ScraperLoggingDestinationProperty {
                 CloudWatchLogs = new CloudWatchLogDestinationProperty {
                     LogGroupArn = "logGroupArn"
                 }
             };

Synopsis

Constructors

ScraperLoggingDestinationProperty()

The destination where scraper logs are sent.

Properties

CloudWatchLogs

The CloudWatch Logs configuration for the scraper logging destination.

Constructors

ScraperLoggingDestinationProperty()

The destination where scraper logs are sent.

public ScraperLoggingDestinationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-aps-scraper-scraperloggingdestination.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 scraperLoggingDestinationProperty = new ScraperLoggingDestinationProperty {
                 CloudWatchLogs = new CloudWatchLogDestinationProperty {
                     LogGroupArn = "logGroupArn"
                 }
             };

Properties

CloudWatchLogs

The CloudWatch Logs configuration for the scraper logging destination.

public object? CloudWatchLogs { get; set; }
Property Value

object

Remarks

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

Implements

CfnScraper.IScraperLoggingDestinationProperty
Back to top Generated by DocFX