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 |
Documentation
data S3RecordingDetails Source #
Details about an S3 recording Config
used in a contact.
See: newS3RecordingDetails
smart constructor.
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:keyTemplate:S3RecordingDetails'
, s3RecordingDetails_keyTemplate
- Template of the S3 key used.
$sel:bucketArn:S3RecordingDetails'
, s3RecordingDetails_bucketArn
- ARN of the bucket used.
s3RecordingDetails_keyTemplate :: Lens' S3RecordingDetails (Maybe Text) Source #
Template of the S3 key used.
s3RecordingDetails_bucketArn :: Lens' S3RecordingDetails (Maybe Text) Source #
ARN of the bucket used.