AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateVPCAssociationAuthorization operation. Authorizes the Amazon Web Services account that created a specified VPC to submit an AssociateVPCWithHostedZone request to associate the VPC with a specified hosted zone that was created by a different account. To submit a CreateVPCAssociationAuthorization request, you must use the account that created the hosted zone. After you authorize the association, use the account that created the VPC to submit an AssociateVPCWithHostedZone request.

If you want to associate multiple VPCs that you created by using one account with a hosted zone that you created by using a different account, you must submit one authorization request for each VPC.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Route53.AmazonRoute53Request
      Amazon.Route53.Model.CreateVPCAssociationAuthorizationRequest

Namespace: Amazon.Route53.Model
Assembly: AWSSDK.Route53.dll
Version: 3.x.y.z

Syntax

C#
public class CreateVPCAssociationAuthorizationRequest : AmazonRoute53Request
         IAmazonWebServiceRequest

The CreateVPCAssociationAuthorizationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property HostedZoneId System.String

Gets and sets the property HostedZoneId.

The ID of the private hosted zone that you want to authorize associating a VPC with.

Public Property VPC Amazon.Route53.Model.VPC

Gets and sets the property VPC.

A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5