interface DevEndpointReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Glue.DevEndpointReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsglue#DevEndpointReference |
![]() | software.amazon.awscdk.services.glue.DevEndpointReference |
![]() | aws_cdk.aws_glue.DevEndpointReference |
![]() | aws-cdk-lib » 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 glue } from 'aws-cdk-lib';
const devEndpointReference: 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.