Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data TransformProcessingConfig = TransformProcessingConfig' {}
- newTransformProcessingConfig :: ComputeLocation -> TransformProcessingConfig
- transformProcessingConfig_forwardingConfig :: Lens' TransformProcessingConfig (Maybe ForwardingConfig)
- transformProcessingConfig_computeLocation :: Lens' TransformProcessingConfig ComputeLocation
Documentation
data TransformProcessingConfig Source #
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.
See: newTransformProcessingConfig
smart constructor.
TransformProcessingConfig' | |
|
Instances
newTransformProcessingConfig Source #
Create a value of TransformProcessingConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:forwardingConfig:TransformProcessingConfig'
, transformProcessingConfig_forwardingConfig
- Undocumented member.
$sel:computeLocation:TransformProcessingConfig'
, transformProcessingConfig_computeLocation
- The compute location for the given transform property.
transformProcessingConfig_forwardingConfig :: Lens' TransformProcessingConfig (Maybe ForwardingConfig) Source #
Undocumented member.
transformProcessingConfig_computeLocation :: Lens' TransformProcessingConfig ComputeLocation Source #
The compute location for the given transform property.