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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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>)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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>)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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)


3991
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 3991

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