Data Source: aws_dms_endpoint

Terraform data source for managing an AWS DMS (Database Migration) Endpoint.

Example Usage

Basic Usage

data "aws_dms_endpoint" "test" {
  endpoint_id = "test_id"
}

Argument Reference

The following arguments are required:

Attribute Reference

See the aws_dms_endpoint resource for details on the returned attributes - they are identical.