Data Source: awsGlueConnection
This data source can be used to fetch information about a specific Glue Connection.
Example Usage
/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsGlueConnection.DataAwsGlueConnection(this, "example", {
  id: "123456789123:connection",
});
Argument Reference
id- (Required) Concatenation of the catalog ID and connection name. For example, if your account ID is123456789123and the connection name isconnthen the ID is123456789123:conn.
Attributes Reference
arn- ARN of the Glue Connection.catalogId- Catalog ID of the Glue Connection.connectionType- Type of Glue Connection.description– Description of the connection.matchCriteria– A list of criteria that can be used in selecting this connection.name- Name of the Glue Connection.physicalConnectionRequirements- A map of physical connection requirements, such as VPC and SecurityGroup.tags- Tags assigned to the resource