Class: Aws::Outposts::Types::CreatePrivateConnectivityConfigInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_idString

The ID or ARN of the Outpost.

Returns:

  • (String)


626
627
628
629
630
631
# File 'lib/aws-sdk-outposts/types.rb', line 626

class CreatePrivateConnectivityConfigInput < Struct.new(
  :outpost_id,
  :vpc_information_list)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_information_listArray<Types::VpcInformation>

Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint. You can specify at most one entry.

Returns:



626
627
628
629
630
631
# File 'lib/aws-sdk-outposts/types.rb', line 626

class CreatePrivateConnectivityConfigInput < Struct.new(
  :outpost_id,
  :vpc_information_list)
  SENSITIVE = []
  include Aws::Structure
end