NSX-T Data Center REST API

AwsTransitVpcConfig (type)

{
  "additionalProperties": false, 
  "description": "Stores the account IDs and VPC ID related to the transit VPC.", 
  "id": "AwsTransitVpcConfig", 
  "module_id": "AwsVpcInformation", 
  "properties": {
    "account_id": {
      "deprecated": true, 
      "description": "AWS account ID of the transit VPC. This field is deprecated. Field account_id can be learnt using vpc_id. GET /csm/aws/vpcs/<vpc-id> API returns associated_account_ids. Hence, this field is optional.", 
      "required": false, 
      "title": "AWS account ID", 
      "type": "string"
    }, 
    "vpc_id": {
      "description": "VPC ID of the transit VPC.", 
      "required": true, 
      "title": "VPC ID", 
      "type": "string"
    }
  }, 
  "title": "AWS Transit VPC Configuration", 
  "type": "object"
}