Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/directconnect/confirm-connection.rst
1567 views
**To confirm the creation of a hosted connection on an interconnect**

The following ``confirm-connection`` command confirms the creation of a hosted connection on an interconnect::

  aws directconnect confirm-connection --connection-id dxcon-fg2wi7hy

Output::

  {
      "connectionState": "pending"
  }