Class: Aws::NeptuneGraph::Types::CreateGraphInput

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

#deletion_protectionBoolean

Indicates whether or not to enable deletion protection on the graph. The graph can’t be deleted when deletion protection is enabled. (true or false).

Returns:

  • (Boolean)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#graph_nameString

A name for the new Neptune Analytics graph to be created.

The name must contain from 1 to 63 letters, numbers, or hyphens, and its first character must be a letter. It cannot end with a hyphen or contain two consecutive hyphens.

Returns:

  • (String)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_identifierString

Specifies a KMS key to use to encrypt data in the new graph.

Returns:

  • (String)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#provisioned_memoryInteger

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph. Min = 128

Returns:

  • (Integer)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#public_connectivityBoolean

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated. (true to enable, or false to disable.

Returns:

  • (Boolean)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#replica_countInteger

The number of replicas in other AZs. Min =0, Max = 2, Default = 1.

Additional charges equivalent to the m-NCUs selected for the graph apply for each replica.

Returns:

  • (Integer)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Adds metadata tags to the new graph. These tags can also be used with cost allocation reporting, or used in a Condition statement in an IAM policy.

Returns:

  • (Hash<String,String>)


173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end

#vector_search_configurationTypes::VectorSearchConfiguration

Specifies the number of dimensions for vector embeddings that will be loaded into the graph. The value is specified as dimension=value. Max = 65,535



173
174
175
176
177
178
179
180
181
182
183
184
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 173

class CreateGraphInput < Struct.new(
  :graph_name,
  :tags,
  :public_connectivity,
  :kms_key_identifier,
  :vector_search_configuration,
  :replica_count,
  :deletion_protection,
  :provisioned_memory)
  SENSITIVE = []
  include Aws::Structure
end