Class: Aws::Route53::Types::CreateVPCAssociationAuthorizationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::CreateVPCAssociationAuthorizationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
A complex type that contains information about the request to authorize associating a VPC with your private hosted zone. Authorization is only required when a private hosted zone and a VPC were created by using different accounts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID of the private hosted zone that you want to authorize associating a VPC with.
-
#vpc ⇒ Types::VPC
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the private hosted zone that you want to authorize associating a VPC with.
1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-route53/types.rb', line 1770 class CreateVPCAssociationAuthorizationRequest < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end |
#vpc ⇒ Types::VPC
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your hosted zone.
1770 1771 1772 1773 1774 1775 |
# File 'lib/aws-sdk-route53/types.rb', line 1770 class CreateVPCAssociationAuthorizationRequest < Struct.new( :hosted_zone_id, :vpc) SENSITIVE = [] include Aws::Structure end |