interface DevEndpointReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Glue.DevEndpointReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsglue#DevEndpointReference |
Java | software.amazon.awscdk.interfaces.glue.DevEndpointReference |
Python | aws_cdk.interfaces.aws_glue.DevEndpointReference |
TypeScript | aws-cdk-lib » interfaces » aws_glue » DevEndpointReference |
A reference to a DevEndpoint resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_glue as interfaces_aws_glue } from 'aws-cdk-lib/interfaces';
const devEndpointReference: interfaces_aws_glue.DevEndpointReference = {
devEndpointId: 'devEndpointId',
};
Properties
| Name | Type | Description |
|---|---|---|
| dev | string | The Id of the DevEndpoint resource. |
devEndpointId
Type:
string
The Id of the DevEndpoint resource.

.NET
Go
Java
Python
TypeScript