Class: Aws::OpenSearchServerless::Types::CreateCollectionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier to ensure idempotency of the request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Description of the collection.

Returns:

  • (String)


598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name of the collection.

Returns:

  • (String)


598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#standby_replicasString

Indicates whether standby replicas should be used for a collection.

Returns:

  • (String)


598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.

Returns:



598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of collection.

Returns:

  • (String)


598
599
600
601
602
603
604
605
606
607
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 598

class CreateCollectionRequest < Struct.new(
  :client_token,
  :description,
  :name,
  :standby_replicas,
  :tags,
  :type)
  SENSITIVE = []
  include Aws::Structure
end