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
Documentation
data LoggingInfo Source #
Information about an Amazon Simple Storage Service (Amazon S3) bucket to write instance-level logs to.
LoggingInfo
has been deprecated. To specify an Amazon Simple Storage
Service (Amazon S3) bucket to contain logs, instead use the
OutputS3BucketName
and OutputS3KeyPrefix
options in the
TaskInvocationParameters
structure. For information about how Amazon
Web Services Systems Manager handles these options for the supported
maintenance window task types, see
MaintenanceWindowTaskInvocationParameters.
See: newLoggingInfo
smart constructor.
LoggingInfo' | |
|
Instances
Create a value of LoggingInfo
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:s3KeyPrefix:LoggingInfo'
, loggingInfo_s3KeyPrefix
- (Optional) The S3 bucket subfolder.
$sel:s3BucketName:LoggingInfo'
, loggingInfo_s3BucketName
- The name of an S3 bucket where execution logs are stored .
$sel:s3Region:LoggingInfo'
, loggingInfo_s3Region
- The Amazon Web Services Region where the S3 bucket is located.
loggingInfo_s3KeyPrefix :: Lens' LoggingInfo (Maybe Text) Source #
(Optional) The S3 bucket subfolder.
loggingInfo_s3BucketName :: Lens' LoggingInfo Text Source #
The name of an S3 bucket where execution logs are stored .
loggingInfo_s3Region :: Lens' LoggingInfo Text Source #
The Amazon Web Services Region where the S3 bucket is located.