Skip to content

aws.directconnect.describe_customer_metadata

Example SQL Queries

SELECT * FROM
aws.directconnect.describe_customer_metadata;

Description

Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner.

Table Definition

Column NameColumn Data Type
agreements

The list of customer agreements.

STRUCT(
"agreement_name" VARCHAR,
"status" VARCHAR
)[]
Show child fields
agreements[]
Show child fields
agreements[].agreement_name

The name of the agreement.

agreements[].status

The status of the customer agreement. This will be either signed or unsigned

nni_partner_type

The type of network-to-network interface (NNI) partner. The partner type will be one of the following:

  • V1: This partner can only allocate 50Mbps, 100Mbps, 200Mbps, 300Mbps, 400Mbps, or 500Mbps subgigabit connections.

  • V2: This partner can only allocate 1GB, 2GB, 5GB, or 10GB hosted connections.

  • nonPartner: The customer is not a partner.

VARCHAR