Provides a confirmation of the creation of the specified hosted connection on an interconnect.
resource "aws_dx_connection_confirmation" "confirmation" {
connection_id = "dxcon-ffabc123"
}
This resource supports the following arguments:
connection_id
- (Required) The ID of the hosted connection.aws_dx_connection_confirmation
from your configurationRemoving an aws_dx_connection_confirmation
resource from your configuration will remove it
from your statefile and management, but will not destroy the Hosted Connection.
This resource exports the following attributes in addition to the arguments above:
id
- The ID of the connection.