Class: Aws::Finspace::Types::UpdateKxClusterDatabasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::UpdateKxClusterDatabasesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#cluster_name ⇒ String
A unique name for the cluster that you want to modify.
-
#databases ⇒ Array<Types::KxDatabaseConfiguration>
The structure of databases mounted on the cluster.
-
#deployment_configuration ⇒ Types::KxDeploymentConfiguration
The configuration that allows you to choose how you want to update the databases on a cluster.
-
#environment_id ⇒ String
The unique identifier of a kdb environment.
Instance Attribute Details
#client_token ⇒ String
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.
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
# File 'lib/aws-sdk-finspace/types.rb', line 4906 class UpdateKxClusterDatabasesRequest < Struct.new( :environment_id, :cluster_name, :client_token, :databases, :deployment_configuration) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
A unique name for the cluster that you want to modify.
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
# File 'lib/aws-sdk-finspace/types.rb', line 4906 class UpdateKxClusterDatabasesRequest < Struct.new( :environment_id, :cluster_name, :client_token, :databases, :deployment_configuration) SENSITIVE = [] include Aws::Structure end |
#databases ⇒ Array<Types::KxDatabaseConfiguration>
The structure of databases mounted on the cluster.
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
# File 'lib/aws-sdk-finspace/types.rb', line 4906 class UpdateKxClusterDatabasesRequest < Struct.new( :environment_id, :cluster_name, :client_token, :databases, :deployment_configuration) SENSITIVE = [] include Aws::Structure end |
#deployment_configuration ⇒ Types::KxDeploymentConfiguration
The configuration that allows you to choose how you want to update the databases on a cluster.
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
# File 'lib/aws-sdk-finspace/types.rb', line 4906 class UpdateKxClusterDatabasesRequest < Struct.new( :environment_id, :cluster_name, :client_token, :databases, :deployment_configuration) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The unique identifier of a kdb environment.
4906 4907 4908 4909 4910 4911 4912 4913 4914 |
# File 'lib/aws-sdk-finspace/types.rb', line 4906 class UpdateKxClusterDatabasesRequest < Struct.new( :environment_id, :cluster_name, :client_token, :databases, :deployment_configuration) SENSITIVE = [] include Aws::Structure end |