Class: Aws::Types::CreateKxClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateKxClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
-
#cache_storage_configurations ⇒ ::Array[Types::KxCacheStorageConfiguration]
Returns the value of attribute cache_storage_configurations.
-
#capacity_configuration ⇒ Types::CapacityConfiguration
Returns the value of attribute capacity_configuration.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
-
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
-
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
-
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#savedown_storage_configuration ⇒ Types::KxSavedownStorageConfiguration
Returns the value of attribute savedown_storage_configuration.
-
#scaling_group_configuration ⇒ Types::KxScalingGroupConfiguration
Returns the value of attribute scaling_group_configuration.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#tickerplant_log_configuration ⇒ Types::TickerplantLogConfiguration
Returns the value of attribute tickerplant_log_configuration.
-
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
Instance Attribute Details
#auto_scaling_configuration ⇒ Types::AutoScalingConfiguration
Returns the value of attribute auto_scaling_configuration.
99 100 101 |
# File 'sig/types.rbs', line 99 def auto_scaling_configuration @auto_scaling_configuration end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
110 111 112 |
# File 'sig/types.rbs', line 110 def availability_zone_id @availability_zone_id end |
#az_mode ⇒ "SINGLE", "MULTI"
Returns the value of attribute az_mode.
109 110 111 |
# File 'sig/types.rbs', line 109 def az_mode @az_mode end |
#cache_storage_configurations ⇒ ::Array[Types::KxCacheStorageConfiguration]
Returns the value of attribute cache_storage_configurations.
98 99 100 |
# File 'sig/types.rbs', line 98 def cache_storage_configurations @cache_storage_configurations end |
#capacity_configuration ⇒ Types::CapacityConfiguration
Returns the value of attribute capacity_configuration.
101 102 103 |
# File 'sig/types.rbs', line 101 def capacity_configuration @capacity_configuration end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
92 93 94 |
# File 'sig/types.rbs', line 92 def client_token @client_token end |
#cluster_description ⇒ ::String
Returns the value of attribute cluster_description.
100 101 102 |
# File 'sig/types.rbs', line 100 def cluster_description @cluster_description end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
94 95 96 |
# File 'sig/types.rbs', line 94 def cluster_name @cluster_name end |
#cluster_type ⇒ "HDB", ...
Returns the value of attribute cluster_type.
95 96 97 |
# File 'sig/types.rbs', line 95 def cluster_type @cluster_type end |
#code ⇒ Types::CodeConfiguration
Returns the value of attribute code.
106 107 108 |
# File 'sig/types.rbs', line 106 def code @code end |
#command_line_arguments ⇒ ::Array[Types::KxCommandLineArgument]
Returns the value of attribute command_line_arguments.
105 106 107 |
# File 'sig/types.rbs', line 105 def command_line_arguments @command_line_arguments end |
#databases ⇒ ::Array[Types::KxDatabaseConfiguration]
Returns the value of attribute databases.
97 98 99 |
# File 'sig/types.rbs', line 97 def databases @databases end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
93 94 95 |
# File 'sig/types.rbs', line 93 def environment_id @environment_id end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
107 108 109 |
# File 'sig/types.rbs', line 107 def execution_role @execution_role end |
#initialization_script ⇒ ::String
Returns the value of attribute initialization_script.
104 105 106 |
# File 'sig/types.rbs', line 104 def initialization_script @initialization_script end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
102 103 104 |
# File 'sig/types.rbs', line 102 def release_label @release_label end |
#savedown_storage_configuration ⇒ Types::KxSavedownStorageConfiguration
Returns the value of attribute savedown_storage_configuration.
108 109 110 |
# File 'sig/types.rbs', line 108 def savedown_storage_configuration @savedown_storage_configuration end |
#scaling_group_configuration ⇒ Types::KxScalingGroupConfiguration
Returns the value of attribute scaling_group_configuration.
112 113 114 |
# File 'sig/types.rbs', line 112 def scaling_group_configuration @scaling_group_configuration end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
111 112 113 |
# File 'sig/types.rbs', line 111 def @tags end |
#tickerplant_log_configuration ⇒ Types::TickerplantLogConfiguration
Returns the value of attribute tickerplant_log_configuration.
96 97 98 |
# File 'sig/types.rbs', line 96 def tickerplant_log_configuration @tickerplant_log_configuration end |
#vpc_configuration ⇒ Types::VpcConfiguration
Returns the value of attribute vpc_configuration.
103 104 105 |
# File 'sig/types.rbs', line 103 def vpc_configuration @vpc_configuration end |