| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.KinesisVideo.Types.ImageGenerationDestinationConfig
Description
Synopsis
- data ImageGenerationDestinationConfig = ImageGenerationDestinationConfig' {
- uri :: Text
- destinationRegion :: Text
- newImageGenerationDestinationConfig :: Text -> Text -> ImageGenerationDestinationConfig
- imageGenerationDestinationConfig_uri :: Lens' ImageGenerationDestinationConfig Text
- imageGenerationDestinationConfig_destinationRegion :: Lens' ImageGenerationDestinationConfig Text
Documentation
data ImageGenerationDestinationConfig Source #
The structure that contains the information required to deliver images to a customer.
See: newImageGenerationDestinationConfig smart constructor.
Constructors
| ImageGenerationDestinationConfig' | |
Fields
| |
Instances
newImageGenerationDestinationConfig Source #
Arguments
| :: Text | |
| -> Text | |
| -> ImageGenerationDestinationConfig |
Create a value of ImageGenerationDestinationConfig 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:uri:ImageGenerationDestinationConfig', imageGenerationDestinationConfig_uri - The Uniform Resource Identifier (URI) that identifies where the images
will be delivered.
$sel:destinationRegion:ImageGenerationDestinationConfig', imageGenerationDestinationConfig_destinationRegion - The AWS Region of the S3 bucket where images will be delivered. This
DestinationRegion must match the Region where the stream is located.
imageGenerationDestinationConfig_uri :: Lens' ImageGenerationDestinationConfig Text Source #
The Uniform Resource Identifier (URI) that identifies where the images will be delivered.
imageGenerationDestinationConfig_destinationRegion :: Lens' ImageGenerationDestinationConfig Text Source #
The AWS Region of the S3 bucket where images will be delivered. This
DestinationRegion must match the Region where the stream is located.