Interface IDataCatalogReference
A reference to a DataCatalog resource.
Namespace: Amazon.CDK.Interfaces.Athena
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataCatalogReference
Syntax (vb)
Public Interface 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
Properties
| DataCatalogName | The Name of the DataCatalog resource. |
Properties
DataCatalogName
The Name of the DataCatalog resource.
string DataCatalogName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated