Class: Aws::Finspace::Types::CreateKxScalingGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxScalingGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zone_id ⇒ String
The identifier of the availability zones.
-
#created_timestamp ⇒ Time
The timestamp at which the scaling group was created in FinSpace.
-
#environment_id ⇒ String
A unique identifier for the kdb environment, where you create the scaling group.
-
#host_type ⇒ String
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
-
#last_modified_timestamp ⇒ Time
The last time that the scaling group was updated in FinSpace.
-
#scaling_group_name ⇒ String
A unique identifier for the kdb scaling group.
-
#status ⇒ String
The status of scaling group.
Instance Attribute Details
#availability_zone_id ⇒ String
The identifier of the availability zones.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#created_timestamp ⇒ Time
The timestamp at which the scaling group was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment, where you create the scaling group.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#host_type ⇒ String
The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_modified_timestamp ⇒ Time
The last time that the scaling group was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#scaling_group_name ⇒ String
A unique identifier for the kdb scaling group.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of scaling group.
-
CREATING – The scaling group creation is in progress.
-
CREATE_FAILED – The scaling group creation has failed.
-
ACTIVE – The scaling group is active.
-
UPDATING – The scaling group is in the process of being updated.
-
UPDATE_FAILED – The update action failed.
-
DELETING – The scaling group is in the process of being deleted.
-
DELETE_FAILED – The system failed to delete the scaling group.
-
DELETED – The scaling group is successfully deleted.
1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 |
# File 'lib/aws-sdk-finspace/types.rb', line 1275 class CreateKxScalingGroupResponse < Struct.new( :environment_id, :scaling_group_name, :host_type, :availability_zone_id, :status, :last_modified_timestamp, :created_timestamp) SENSITIVE = [] include Aws::Structure end |