Class: Aws::Types::CreateKxClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("SINGLE", "MULTI")


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_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("HDB", "RDB", "GATEWAY", "GP", "TICKERPLANT")


95
96
97
# File 'sig/types.rbs', line 95

def cluster_type
  @cluster_type
end

#codeTypes::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.

Returns:



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.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def databases
  @databases
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def release_label
  @release_label
end

#savedown_storage_configurationTypes::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_configurationTypes::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.

Returns:

  • (::Hash[::String, ::String])


111
112
113
# File 'sig/types.rbs', line 111

def tags
  @tags
end

#tickerplant_log_configurationTypes::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_configurationTypes::VpcConfiguration

Returns the value of attribute vpc_configuration.



103
104
105
# File 'sig/types.rbs', line 103

def vpc_configuration
  @vpc_configuration
end