Interface ISchemaVersionReference
A reference to a SchemaVersion resource.
Namespace: Amazon.CDK.Interfaces.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISchemaVersionReference
Syntax (vb)
Public Interface ISchemaVersionReference
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.Glue;
var schemaVersionReference = new SchemaVersionReference {
VersionId = "versionId"
};
Synopsis
Properties
| VersionId | The VersionId of the SchemaVersion resource. |
Properties
VersionId
The VersionId of the SchemaVersion resource.
string VersionId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated