Show / Hide Table of Contents

Class DiscovererReference

A reference to a Discoverer resource.

Inheritance
object
DiscovererReference
Implements
IDiscovererReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDiscovererReference
Back to top Generated by DocFX