Interface INamedQueryReference
A reference to a NamedQuery resource.
Namespace: Amazon.CDK.Interfaces.Athena
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface INamedQueryReference
Syntax (vb)
Public Interface INamedQueryReference
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 namedQueryReference = new NamedQueryReference {
NamedQueryId = "namedQueryId"
};
Synopsis
Properties
| NamedQueryId | The NamedQueryId of the NamedQuery resource. |
Properties
NamedQueryId
The NamedQueryId of the NamedQuery resource.
string NamedQueryId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated