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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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)


4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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.



4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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:



4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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.



4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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)


4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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)


4864
4865
4866
4867
4868
4869
4870
4871
4872
4873
4874
# File 'lib/aws-sdk-finspace/types.rb', line 4864

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