Class: Aws::NeptuneGraph::Types::CreatePrivateGraphEndpointInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#graph_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 548

class CreatePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id,
  :subnet_ids,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

Subnets in which private graph endpoint ENIs are created.

Returns:

  • (Array<String>)


548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 548

class CreatePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id,
  :subnet_ids,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC in which the private graph endpoint needs to be created.

Returns:

  • (String)


548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 548

class CreatePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id,
  :subnet_ids,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_security_group_idsArray<String>

Security groups to be attached to the private graph endpoint..

Returns:

  • (Array<String>)


548
549
550
551
552
553
554
555
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 548

class CreatePrivateGraphEndpointInput < Struct.new(
  :graph_identifier,
  :vpc_id,
  :subnet_ids,
  :vpc_security_group_ids)
  SENSITIVE = []
  include Aws::Structure
end