Class: Aws::IoTSiteWise::Types::PutStorageConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_statusTypes::ConfigurationStatus

Contains current status information for the configuration.



8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#disallow_ingest_null_na_nBoolean

Describes the configuration for ingesting NULL and NaN data. By default the feature is allowed. The feature is disallowed if the value is ‘true`.

Returns:

  • (Boolean)


8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#disassociated_data_storageString

Contains the storage configuration for time series (data streams) that aren’t associated with asset properties. The ‘disassociatedDataStorage` can be one of the following values:

  • ‘ENABLED` – IoT SiteWise accepts time series that aren’t associated with asset properties.

    After the ‘disassociatedDataStorage` is enabled, you can’t disable it.

  • ‘DISABLED` – IoT SiteWise doesn’t accept time series (data streams) that aren’t associated with asset properties.

For more information, see [Data streams] in the *IoT SiteWise User Guide*.

[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/data-streams.html

Returns:

  • (String)


8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#multi_layer_storageTypes::MultiLayerStorage

Contains information about the storage destination.



8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#retention_periodTypes::RetentionPeriod

The number of days your data is kept in the hot tier. By default, your data is kept indefinitely in the hot tier.



8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#storage_typeString

The storage tier that you specified for your data. The ‘storageType` parameter can be one of the following values:

  • ‘SITEWISE_DEFAULT_STORAGE` – IoT SiteWise saves your data into the hot tier. The hot tier is a service-managed database.

  • ‘MULTI_LAYER_STORAGE` – IoT SiteWise saves your data in both the cold tier and the hot tier. The cold tier is a customer-managed Amazon S3 bucket.

Returns:

  • (String)


8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#warm_tierString

A service managed storage tier optimized for analytical queries. It stores periodically uploaded, buffered and historical data ingested with the CreaeBulkImportJob API.

Returns:

  • (String)


8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end

#warm_tier_retention_periodTypes::WarmTierRetentionPeriod

Set this period to specify how long your data is stored in the warm tier before it is deleted. You can set this only if cold tier is enabled.



8411
8412
8413
8414
8415
8416
8417
8418
8419
8420
8421
8422
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8411

class PutStorageConfigurationResponse < Struct.new(
  :storage_type,
  :multi_layer_storage,
  :disassociated_data_storage,
  :retention_period,
  :configuration_status,
  :warm_tier,
  :warm_tier_retention_period,
  :disallow_ingest_null_na_n)
  SENSITIVE = []
  include Aws::Structure
end