AssociateVpcWithHostedZone
In this article:
AssociateVpcWithHostedZone#
Description#
Запрос на создание связи виртуального частного облака с частной зоной DNS.
Публичную зону DNS нельзя связать с виртуальным частным облаком.
Request Parameters#
Required parameters#
Id — The DNS zone ID.
Type: String
Required: Yes
VPC — Информация о виртуальном частном облаке, связываемом с зоной DNS.
Type: VPC object
Required: Yes
Optional parameters#
Comment — Комментарий к запросу на создание связи.
Type: String
Required: No
Length constraints: from 0 to 255 characters
Response Elements#
ChangeInfo — Information about changes in the DNS zone.
Type: ChangeInfo object
Examples#
c2-route53 AssociateVpcWithHostedZone Id z-xxxxxxxx VPC.VPCId vpc-xxxxxxxx VPC.VPCRegion ru-msk
c2-route53 AssociateVpcWithHostedZone Id z-xxxxxxxx VPC.VPCId vpc-xxxxxxxx VPC.VPCRegion ru-msk Comment "associate vpc with my first hosted zone."