Class: Aws::Finspace::Types::UpdateKxDataviewRequest

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

#changeset_idString

A unique identifier for the changeset.

Returns:

  • (String)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#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)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The name of the database.

Returns:

  • (String)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataview_nameString

The name of the dataview that you want to update.

Returns:

  • (String)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for a dataview.

Returns:

  • (String)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment, where you want to update the dataview.

Returns:

  • (String)


5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#segment_configurationsArray<Types::KxDataviewSegmentConfiguration>

The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment.



5018
5019
5020
5021
5022
5023
5024
5025
5026
5027
5028
# File 'lib/aws-sdk-finspace/types.rb', line 5018

class UpdateKxDataviewRequest < Struct.new(
  :environment_id,
  :database_name,
  :dataview_name,
  :description,
  :changeset_id,
  :segment_configurations,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end