Class: Aws::OpenSearchService::Types::InstanceTypeDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::InstanceTypeDetails
- Includes:
- Structure
- Defined in:
- 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
-
#advanced_security_enabled ⇒ Boolean
Whether fine-grained access control is supported for the instance type.
-
#app_logs_enabled ⇒ Boolean
Whether logging is supported for the instance type.
-
#availability_zones ⇒ Array<String>
The supported Availability Zones for the instance type.
-
#cognito_enabled ⇒ Boolean
Whether Amazon Cognito access is supported for the instance type.
-
#encryption_enabled ⇒ Boolean
Whether encryption at rest and node-to-node encryption are supported for the instance type.
-
#instance_role ⇒ Array<String>
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
-
#instance_type ⇒ String
The instance type.
-
#warm_enabled ⇒ Boolean
Whether UltraWarm is supported for the instance type.
Instance Attribute Details
#advanced_security_enabled ⇒ Boolean
Whether fine-grained access control is supported for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_enabled ⇒ Boolean
Whether logging is supported for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_zones ⇒ Array<String>
The supported Availability Zones for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_enabled ⇒ Boolean
Whether Amazon Cognito access is supported for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_enabled ⇒ Boolean
Whether encryption at rest and node-to-node encryption are supported for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_role ⇒ Array<String>
Whether the instance acts as a data node, a dedicated master node, or an UltraWarm node.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_type ⇒ String
The instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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_enabled ⇒ Boolean
Whether UltraWarm is supported for the instance type.
3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 |
# File '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 |