Class DataCatalogReference
A reference to a DataCatalog resource.
Implements
Inherited Members
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
Remarks
ExampleMetadata: fixture=_generated