Class: Aws::EC2::Types::CreateVpcPeeringConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateVpcPeeringConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
-
#peer_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the accepter VPC.
-
#peer_region ⇒ String
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
-
#peer_vpc_id ⇒ String
The ID of the VPC with which you are creating the VPC peering connection.
-
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to assign to the peering connection.
-
#vpc_id ⇒ String
The ID of the requester VPC.
Instance Attribute Details
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is ‘DryRunOperation`. Otherwise, it is `UnauthorizedOperation`.
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#peer_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the accepter VPC.
Default: Your Amazon Web Services account ID
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#peer_region ⇒ String
The Region code for the accepter VPC, if the accepter VPC is located in a Region other than the Region in which you make the request.
Default: The Region in which you make the request.
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#peer_vpc_id ⇒ String
The ID of the VPC with which you are creating the VPC peering connection. You must specify this parameter in the request.
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#tag_specifications ⇒ Array<Types::TagSpecification>
The tags to assign to the peering connection.
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The ID of the requester VPC. You must specify this parameter in the request.
12809 12810 12811 12812 12813 12814 12815 12816 12817 12818 |
# File 'lib/aws-sdk-ec2/types.rb', line 12809 class CreateVpcPeeringConnectionRequest < Struct.new( :dry_run, :peer_owner_id, :peer_vpc_id, :vpc_id, :peer_region, :tag_specifications) SENSITIVE = [] include Aws::Structure end |