Class: Aws::OSIS::Types::PipelineEndpointVpcOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::PipelineEndpointVpcOptions
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Configuration settings for the VPC endpoint, specifying network access controls.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#security_group_ids ⇒ Array<String>
A list of security group IDs that control network access to the pipeline endpoint.
-
#subnet_ids ⇒ Array<String>
A list of subnet IDs where the pipeline endpoint network interfaces are created.
Instance Attribute Details
#security_group_ids ⇒ Array<String>
A list of security group IDs that control network access to the pipeline endpoint.
932 933 934 935 936 937 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 932 class PipelineEndpointVpcOptions < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
A list of subnet IDs where the pipeline endpoint network interfaces are created.
932 933 934 935 936 937 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 932 class PipelineEndpointVpcOptions < Struct.new( :subnet_ids, :security_group_ids) SENSITIVE = [] include Aws::Structure end |