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