Class: Aws::Outposts::Types::CreatePrivateConnectivityConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::CreatePrivateConnectivityConfigInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_id ⇒ String
The ID or ARN of the Outpost.
-
#vpc_information_list ⇒ Array<Types::VpcInformation>
Information about the VPC used for private connectivity, including the VPC, its subnets, and an associated VPC endpoint.
Instance Attribute Details
#outpost_id ⇒ String
The ID or ARN of the Outpost.
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_list ⇒ Array<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.
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 |