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 S3ReportExportConfig = S3ReportExportConfig' {}
- newS3ReportExportConfig :: S3ReportExportConfig
- s3ReportExportConfig_packaging :: Lens' S3ReportExportConfig (Maybe ReportPackagingType)
- s3ReportExportConfig_path :: Lens' S3ReportExportConfig (Maybe Text)
- s3ReportExportConfig_bucket :: Lens' S3ReportExportConfig (Maybe Text)
- s3ReportExportConfig_bucketOwner :: Lens' S3ReportExportConfig (Maybe Text)
- s3ReportExportConfig_encryptionDisabled :: Lens' S3ReportExportConfig (Maybe Bool)
- s3ReportExportConfig_encryptionKey :: Lens' S3ReportExportConfig (Maybe Text)
Documentation
data S3ReportExportConfig Source #
Information about the S3 bucket where the raw data of a report are exported.
See: newS3ReportExportConfig
smart constructor.
S3ReportExportConfig' | |
|
Instances
newS3ReportExportConfig :: S3ReportExportConfig Source #
Create a value of S3ReportExportConfig
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:packaging:S3ReportExportConfig'
, s3ReportExportConfig_packaging
- The type of build output artifact to create. Valid values include:
NONE
: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.ZIP
: CodeBuild creates a ZIP file with the raw data in the output bucket.
$sel:path:S3ReportExportConfig'
, s3ReportExportConfig_path
- The path to the exported report's raw data results.
$sel:bucket:S3ReportExportConfig'
, s3ReportExportConfig_bucket
- The name of the S3 bucket where the raw data of a report are exported.
$sel:bucketOwner:S3ReportExportConfig'
, s3ReportExportConfig_bucketOwner
- The Amazon Web Services account identifier of the owner of the Amazon S3
bucket. This allows report data to be exported to an Amazon S3 bucket
that is owned by an account other than the account running the build.
$sel:encryptionDisabled:S3ReportExportConfig'
, s3ReportExportConfig_encryptionDisabled
- A boolean value that specifies if the results of a report are encrypted.
$sel:encryptionKey:S3ReportExportConfig'
, s3ReportExportConfig_encryptionKey
- The encryption key for the report's encrypted raw data.
s3ReportExportConfig_packaging :: Lens' S3ReportExportConfig (Maybe ReportPackagingType) Source #
The type of build output artifact to create. Valid values include:
NONE
: CodeBuild creates the raw data in the output bucket. This is the default if packaging is not specified.ZIP
: CodeBuild creates a ZIP file with the raw data in the output bucket.
s3ReportExportConfig_path :: Lens' S3ReportExportConfig (Maybe Text) Source #
The path to the exported report's raw data results.
s3ReportExportConfig_bucket :: Lens' S3ReportExportConfig (Maybe Text) Source #
The name of the S3 bucket where the raw data of a report are exported.
s3ReportExportConfig_bucketOwner :: Lens' S3ReportExportConfig (Maybe Text) Source #
The Amazon Web Services account identifier of the owner of the Amazon S3 bucket. This allows report data to be exported to an Amazon S3 bucket that is owned by an account other than the account running the build.
s3ReportExportConfig_encryptionDisabled :: Lens' S3ReportExportConfig (Maybe Bool) Source #
A boolean value that specifies if the results of a report are encrypted.
s3ReportExportConfig_encryptionKey :: Lens' S3ReportExportConfig (Maybe Text) Source #
The encryption key for the report's encrypted raw data.