Class: Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateOdbPeeringConnectionInput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token for the ODB peering connection request.
-
#display_name ⇒ String
The display name for the ODB peering connection.
-
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
-
#peer_network_cidrs_to_be_added ⇒ Array<String>
A list of CIDR blocks to add to the peering connection.
-
#peer_network_id ⇒ String
The unique identifier of the peer network.
-
#peer_network_route_table_ids ⇒ Array<String>
The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.
-
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
Instance Attribute Details
#client_token ⇒ String
The client token for the ODB peering connection request.
Constraints:
- Must be unique for each request.
^
A suitable default value is auto-generated. You should normally not need to pass this option.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name for the ODB peering connection.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#odb_network_id ⇒ String
The unique identifier of the ODB network that initiates the peering connection.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_cidrs_to_be_added ⇒ Array<String>
A list of CIDR blocks to add to the peering connection. These CIDR blocks define the IP address ranges that can communicate through the peering connection.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_id ⇒ String
The unique identifier of the peer network. This can be either a VPC ID or another ODB network ID.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#peer_network_route_table_ids ⇒ Array<String>
The unique identifier of the VPC route table for which a route to the ODB network is automatically created during peering connection establishment.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags to assign to the ODB peering connection.
2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2483 class CreateOdbPeeringConnectionInput < Struct.new( :odb_network_id, :peer_network_id, :display_name, :peer_network_cidrs_to_be_added, :peer_network_route_table_ids, :client_token, :tags) SENSITIVE = [] include Aws::Structure end |