Class: Aws::AccessAnalyzer::Types::VpcConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::VpcConfiguration
- 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
-
#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.
4576 4577 4578 4579 4580 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 4576 class VpcConfiguration < Struct.new( :vpc_id) SENSITIVE = [] include Aws::Structure end |