Class: Aws::Finspace::Types::UpdateKxClusterCodeConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A token that ensures idempotency. This token expires in 10 minutes.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the cluster.

Returns:

  • (String)


4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#codeTypes::CodeConfiguration

The structure of the customer code available within the running cluster.



4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#command_line_argumentsArray<Types::KxCommandLineArgument>

Specifies the key-value pairs to make them available inside the cluster.

You cannot update this parameter for a NO_RESTART deployment.

Returns:



4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#deployment_configurationTypes::KxClusterCodeDeploymentConfiguration

The configuration that allows you to choose how you want to update the code on a cluster.



4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier of the kdb environment.

Returns:

  • (String)


4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#initialization_scriptString

Specifies a Q program that will be run at launch of a cluster. It is a relative path within .zip file that contains the custom code, which will be loaded on the cluster. It must include the file name itself. For example, somedir/init.q.

You cannot update this parameter for a NO_RESTART deployment.

Returns:

  • (String)


4839
4840
4841
4842
4843
4844
4845
4846
4847
4848
4849
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4839

class UpdateKxClusterCodeConfigurationRequest < Struct.new(
  :environment_id,
  :cluster_name,
  :client_token,
  :code,
  :initialization_script,
  :command_line_arguments,
  :deployment_configuration)
  SENSITIVE = []
  include Aws::Structure
end