This data source can be used to fetch information about a specific Glue Connection.
data "aws_glue_connection" "example" {
id = "123456789123:connection"
}
id
- (Required) Concatenation of the catalog ID and connection name. For example, if your account ID is
123456789123
and the connection name is conn
then the ID is 123456789123:conn
.This data source exports the following attributes in addition to the arguments above:
arn
- ARN of the Glue Connection.catalog_id
- Catalog ID of the Glue Connection.connection_type
- Type of Glue Connection.description
– Description of the connection.match_criteria
– A list of criteria that can be used in selecting this connection.name
- Name of the Glue Connection.physical_connection_requirements
- A map of physical connection requirements, such as VPC and SecurityGroup.tags
- Tags assigned to the resource