class Aws::IoTSiteWise::Types::TransformProcessingConfig
The processing configuration for the given transform property. You can configure transforms to be kept at the edge or forwarded to the Amazon Web Services Cloud. You can also configure transforms to be computed at the edge or in the cloud.
@note When making an API call, you may pass TransformProcessingConfig
data as a hash: { compute_location: "EDGE", # required, accepts EDGE, CLOUD forwarding_config: { state: "DISABLED", # required, accepts DISABLED, ENABLED }, }
@!attribute [rw] compute_location
The compute location for the given transform property. @return [String]
@!attribute [rw] forwarding_config
The forwarding configuration for a given property. @return [Types::ForwardingConfig]
Constants
- SENSITIVE