| 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.S3RecordingDetails
Description
Documentation
data S3RecordingDetails Source #
Details about an S3 recording Config used in a contact.
See: newS3RecordingDetails smart constructor.
Constructors
| S3RecordingDetails' | |
Instances
newS3RecordingDetails :: S3RecordingDetails Source #
Create a value of S3RecordingDetails 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:bucketArn:S3RecordingDetails', s3RecordingDetails_bucketArn - ARN of the bucket used.
$sel:keyTemplate:S3RecordingDetails', s3RecordingDetails_keyTemplate - Key template used for the S3 Recording Configuration
s3RecordingDetails_bucketArn :: Lens' S3RecordingDetails (Maybe Text) Source #
ARN of the bucket used.
s3RecordingDetails_keyTemplate :: Lens' S3RecordingDetails (Maybe Text) Source #
Key template used for the S3 Recording Configuration