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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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.
4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 4587 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 |