Class DiscovererReference
A reference to a Discoverer resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.EventSchemas
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DiscovererReference : IDiscovererReference
Syntax (vb)
Public Class DiscovererReference Implements IDiscovererReference
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.Interfaces.EventSchemas;
var discovererReference = new DiscovererReference {
DiscovererArn = "discovererArn"
};
Synopsis
Constructors
| DiscovererReference() | A reference to a Discoverer resource. |
Properties
| DiscovererArn | The DiscovererArn of the Discoverer resource. |
Constructors
DiscovererReference()
A reference to a Discoverer resource.
public DiscovererReference()
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.Interfaces.EventSchemas;
var discovererReference = new DiscovererReference {
DiscovererArn = "discovererArn"
};
Properties
DiscovererArn
The DiscovererArn of the Discoverer resource.
public string DiscovererArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated