Show / Hide Table of Contents

Interface CfnScraperPropsMixin.IScraperLoggingDestinationProperty

The destination where scraper logs are sent.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.APS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnScraperPropsMixin.IScraperLoggingDestinationProperty
Syntax (vb)
Public Interface CfnScraperPropsMixin.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.CfnPropertyMixins.AWS.APS;

             var scraperLoggingDestinationProperty = new ScraperLoggingDestinationProperty {
                 CloudWatchLogs = new CloudWatchLogDestinationProperty {
                     LogGroupArn = "logGroupArn"
                 }
             };

Synopsis

Properties

CloudWatchLogs

The CloudWatch Logs configuration for the scraper logging destination.

Properties

CloudWatchLogs

The CloudWatch Logs configuration for the scraper logging destination.

object? CloudWatchLogs { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnScraperPropsMixin.ICloudWatchLogDestinationProperty

Back to top Generated by DocFX