class Aws::IoTSiteWise::Types::MeasurementProcessingConfig

The processing configuration for the given measurement property. You can configure measurements to be kept at the edge or forwarded to the Amazon Web Services Cloud. By default, measurements are forwarded to the cloud.

@note When making an API call, you may pass MeasurementProcessingConfig

data as a hash:

    {
      forwarding_config: { # required
        state: "DISABLED", # required, accepts DISABLED, ENABLED
      },
    }

@!attribute [rw] forwarding_config

The forwarding configuration for the given measurement property.
@return [Types::ForwardingConfig]

Constants

SENSITIVE