Show / Hide Table of Contents

Class DataCatalogReference

A reference to a DataCatalog resource.

Inheritance
object
DataCatalogReference
Implements
IDataCatalogReference
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.Athena
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataCatalogReference : IDataCatalogReference
Syntax (vb)
Public Class DataCatalogReference Implements IDataCatalogReference
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.Athena;

            var dataCatalogReference = new DataCatalogReference {
                DataCatalogName = "dataCatalogName"
            };

Synopsis

Constructors

DataCatalogReference()

A reference to a DataCatalog resource.

Properties

DataCatalogName

The Name of the DataCatalog resource.

Constructors

DataCatalogReference()

A reference to a DataCatalog resource.

public DataCatalogReference()
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.Athena;

            var dataCatalogReference = new DataCatalogReference {
                DataCatalogName = "dataCatalogName"
            };

Properties

DataCatalogName

The Name of the DataCatalog resource.

public string DataCatalogName { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDataCatalogReference
Back to top Generated by DocFX