Show / Hide Table of Contents

Interface IScraperReference

A reference to a Scraper resource.

Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScraperReference
Syntax (vb)
Public Interface IScraperReference
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 scraperReference = new ScraperReference {
                ScraperArn = "scraperArn"
            };

Synopsis

Properties

ScraperArn

The Arn of the Scraper resource.

Properties

ScraperArn

The Arn of the Scraper resource.

string ScraperArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX