Class: Aws::AccessAnalyzer::Types::VpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::VpcConfiguration
- 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
-
#vpc_id ⇒ String
If this field is specified, this access point will only allow connections from the specified VPC ID.
Instance Attribute Details
#vpc_id ⇒ String
If this field is specified, this access point will only allow connections from the specified VPC ID.
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 |