Class DevEndpointReference
A reference to a DevEndpoint resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Glue
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DevEndpointReference : IDevEndpointReference
Syntax (vb)
Public Class DevEndpointReference Implements IDevEndpointReference
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 devEndpointReference = new DevEndpointReference {
DevEndpointId = "devEndpointId"
};
Synopsis
Constructors
| DevEndpointReference() | A reference to a DevEndpoint resource. |
Properties
| DevEndpointId | The Id of the DevEndpoint resource. |
Constructors
DevEndpointReference()
A reference to a DevEndpoint resource.
public DevEndpointReference()
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 devEndpointReference = new DevEndpointReference {
DevEndpointId = "devEndpointId"
};
Properties
DevEndpointId
The Id of the DevEndpoint resource.
public string DevEndpointId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated