aws-cdk-lib.aws_glue.CfnJob.ConnectionsListProperty

interface ConnectionsListProperty

LanguageType name
.NETAmazon.CDK.AWS.Glue.CfnJob.ConnectionsListProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsglue#CfnJob_ConnectionsListProperty
Javasoftware.amazon.awscdk.services.glue.CfnJob.ConnectionsListProperty
Pythonaws_cdk.aws_glue.CfnJob.ConnectionsListProperty
TypeScript aws-cdk-lib » aws_glue » CfnJob » ConnectionsListProperty

Specifies the connections used by a job.

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 connectionsListProperty: glue.CfnJob.ConnectionsListProperty = {
  connections: ['connections'],
};

Properties

NameTypeDescription
connections?string[]A list of connections used by the job.

connections?

Type: string[] (optional)

A list of connections used by the job.