Class: Aws::Finspace::Types::TickerplantLogConfiguration

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

Overview

A configuration to store the Tickerplant logs. It consists of a list of volumes that will be mounted to your cluster. For the cluster type Tickerplant, the location of the TP volume on the cluster will be available by using the global variable .aws.tp_log_path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tickerplant_log_volumesArray<String>

The name of the volumes for tickerplant logs.

Returns:

  • (Array<String>)


4713
4714
4715
4716
4717
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4713

class TickerplantLogConfiguration < Struct.new(
  :tickerplant_log_volumes)
  SENSITIVE = []
  include Aws::Structure
end