Class: Aws::AccessAnalyzer::Types::VpcConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb

Overview

The proposed virtual private cloud (VPC) configuration for the Amazon S3 access point. VPC configuration does not apply to multi-region access points. For more information, see VpcConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vpc_idString

If this field is specified, this access point will only allow connections from the specified VPC ID.

Returns:

  • (String)


4208
4209
4210
4211
4212
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4208

class VpcConfiguration < Struct.new(
  :vpc_id)
  SENSITIVE = []
  include Aws::Structure
end