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 AwsCodeBuildProjectLogsConfigS3LogsDetails = AwsCodeBuildProjectLogsConfigS3LogsDetails' {}
- newAwsCodeBuildProjectLogsConfigS3LogsDetails :: AwsCodeBuildProjectLogsConfigS3LogsDetails
- awsCodeBuildProjectLogsConfigS3LogsDetails_status :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Text)
- awsCodeBuildProjectLogsConfigS3LogsDetails_location :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Text)
- awsCodeBuildProjectLogsConfigS3LogsDetails_encryptionDisabled :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Bool)
Documentation
data AwsCodeBuildProjectLogsConfigS3LogsDetails Source #
Information about logs built to an S3 bucket for a build project.
See: newAwsCodeBuildProjectLogsConfigS3LogsDetails
smart constructor.
Instances
newAwsCodeBuildProjectLogsConfigS3LogsDetails :: AwsCodeBuildProjectLogsConfigS3LogsDetails Source #
Create a value of AwsCodeBuildProjectLogsConfigS3LogsDetails
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:status:AwsCodeBuildProjectLogsConfigS3LogsDetails'
, awsCodeBuildProjectLogsConfigS3LogsDetails_status
- The current status of the S3 build logs.
$sel:location:AwsCodeBuildProjectLogsConfigS3LogsDetails'
, awsCodeBuildProjectLogsConfigS3LogsDetails_location
- The ARN of the S3 bucket and the path prefix for S3 logs.
$sel:encryptionDisabled:AwsCodeBuildProjectLogsConfigS3LogsDetails'
, awsCodeBuildProjectLogsConfigS3LogsDetails_encryptionDisabled
- Whether to disable encryption of the S3 build log output.
awsCodeBuildProjectLogsConfigS3LogsDetails_status :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Text) Source #
The current status of the S3 build logs.
awsCodeBuildProjectLogsConfigS3LogsDetails_location :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Text) Source #
The ARN of the S3 bucket and the path prefix for S3 logs.
awsCodeBuildProjectLogsConfigS3LogsDetails_encryptionDisabled :: Lens' AwsCodeBuildProjectLogsConfigS3LogsDetails (Maybe Bool) Source #
Whether to disable encryption of the S3 build log output.