Interface IScraperReference
A reference to a Scraper resource.
Namespace: Amazon.CDK.AWS.APS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScraperReferenceSyntax (vb)
Public Interface IScraperReferenceRemarks
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
Remarks
ExampleMetadata: fixture=_generated