Class: Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointInput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
-
#subnet_ids ⇒ Array<String>
Subnets in which private graph endpoint ENIs are created.
-
#vpc_id ⇒ String
The VPC in which the private graph endpoint needs to be created.
-
#vpc_security_group_ids ⇒ Array<String>
Security groups to be attached to the private graph endpoint..
Instance Attribute Details
#graph_identifier ⇒ String
The unique identifier of the Neptune Analytics graph.
564 565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 564 class CreatePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id, :subnet_ids, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#subnet_ids ⇒ Array<String>
Subnets in which private graph endpoint ENIs are created.
564 565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 564 class CreatePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id, :subnet_ids, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC in which the private graph endpoint needs to be created.
564 565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 564 class CreatePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id, :subnet_ids, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |
#vpc_security_group_ids ⇒ Array<String>
Security groups to be attached to the private graph endpoint..
564 565 566 567 568 569 570 571 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 564 class CreatePrivateGraphEndpointInput < Struct.new( :graph_identifier, :vpc_id, :subnet_ids, :vpc_security_group_ids) SENSITIVE = [] include Aws::Structure end |