| 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.RobOMaker.Types.SourceConfig
Description
Synopsis
- data SourceConfig = SourceConfig' {
- architecture :: Maybe Architecture
- s3Bucket :: Maybe Text
- s3Key :: Maybe Text
- newSourceConfig :: SourceConfig
- sourceConfig_architecture :: Lens' SourceConfig (Maybe Architecture)
- sourceConfig_s3Bucket :: Lens' SourceConfig (Maybe Text)
- sourceConfig_s3Key :: Lens' SourceConfig (Maybe Text)
Documentation
data SourceConfig Source #
Information about a source configuration.
See: newSourceConfig smart constructor.
Constructors
| SourceConfig' | |
Fields
| |
Instances
newSourceConfig :: SourceConfig Source #
Create a value of SourceConfig 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:architecture:SourceConfig', sourceConfig_architecture - The target processor architecture for the application.
$sel:s3Bucket:SourceConfig', sourceConfig_s3Bucket - The Amazon S3 bucket name.
$sel:s3Key:SourceConfig', sourceConfig_s3Key - The s3 object key.
sourceConfig_architecture :: Lens' SourceConfig (Maybe Architecture) Source #
The target processor architecture for the application.
sourceConfig_s3Bucket :: Lens' SourceConfig (Maybe Text) Source #
The Amazon S3 bucket name.
sourceConfig_s3Key :: Lens' SourceConfig (Maybe Text) Source #
The s3 object key.