| 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.GroundStation.Types.S3RecordingConfig
Description
Documentation
data S3RecordingConfig Source #
Information about an S3 recording Config.
See: newS3RecordingConfig smart constructor.
Constructors
| S3RecordingConfig' | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> S3RecordingConfig |
Create a value of S3RecordingConfig 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:prefix:S3RecordingConfig', s3RecordingConfig_prefix - S3 Key prefix to prefice data files.
$sel:bucketArn:S3RecordingConfig', s3RecordingConfig_bucketArn - ARN of the bucket to record to.
$sel:roleArn:S3RecordingConfig', s3RecordingConfig_roleArn - ARN of the role Ground Station assumes to write data to the bucket.
s3RecordingConfig_prefix :: Lens' S3RecordingConfig (Maybe Text) Source #
S3 Key prefix to prefice data files.
s3RecordingConfig_bucketArn :: Lens' S3RecordingConfig Text Source #
ARN of the bucket to record to.
s3RecordingConfig_roleArn :: Lens' S3RecordingConfig Text Source #
ARN of the role Ground Station assumes to write data to the bucket.