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 {
EndpointName = "endpointName"
};
Synopsis
Constructors
| DevEndpointReference() | A reference to a DevEndpoint resource. |
Properties
| EndpointName | The EndpointName 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 {
EndpointName = "endpointName"
};
Properties
EndpointName
The EndpointName of the DevEndpoint resource.
public string EndpointName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated