Class: Aws::OpenSearchService::Types::InstanceTypeDetails

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

Overview

Lists all instance types and available features for a given OpenSearch or Elasticsearch version.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#advanced_security_enabledBoolean

Whether fine-grained access control is supported for the instance type.

Returns:

  • (Boolean)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#app_logs_enabledBoolean

Whether logging is supported for the instance type.

Returns:

  • (Boolean)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#availability_zonesArray<String>

The supported Availability Zones for the instance type.

Returns:

  • (Array<String>)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#cognito_enabledBoolean

Whether Amazon Cognito access is supported for the instance type.

Returns:

  • (Boolean)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_enabledBoolean

Whether encryption at rest and node-to-node encryption are supported for the instance type.

Returns:

  • (Boolean)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#instance_roleArray<String>

Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.

Returns:

  • (Array<String>)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The instance type.

Returns:

  • (String)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end

#warm_enabledBoolean

Whether UltraWarm is supported for the instance type.

Returns:

  • (Boolean)


3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3901

class InstanceTypeDetails < Struct.new(
  :instance_type,
  :encryption_enabled,
  :cognito_enabled,
  :app_logs_enabled,
  :advanced_security_enabled,
  :warm_enabled,
  :instance_role,
  :availability_zones)
  SENSITIVE = []
  include Aws::Structure
end