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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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].

[1]: docs.aws.amazon.com/AmazonS3/latest/API/API_control_VpcConfiguration.html

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)


4453
4454
4455
4456
4457
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 4453

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