libZSservicesZSamazonka-codebuildZSamazonka-codebuild
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CodeBuild.Types.S3ReportExportConfig

Description

 
Synopsis

Documentation

data S3ReportExportConfig Source #

Information about the S3 bucket where the raw data of a report are exported.

See: newS3ReportExportConfig smart constructor.

Constructors

S3ReportExportConfig' 

Fields

  • packaging :: Maybe ReportPackagingType

    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.
  • path :: Maybe Text

    The path to the exported report's raw data results.

  • bucket :: Maybe Text

    The name of the S3 bucket where the raw data of a report are exported.

  • bucketOwner :: Maybe Text

    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.

  • encryptionDisabled :: Maybe Bool

    A boolean value that specifies if the results of a report are encrypted.

  • encryptionKey :: Maybe Text

    The encryption key for the report's encrypted raw data.

Instances

Instances details
Eq S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Read S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Show S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Generic S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Associated Types

type Rep S3ReportExportConfig :: Type -> Type #

NFData S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

Methods

rnf :: S3ReportExportConfig -> () #

Hashable S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

ToJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

FromJSON S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig Source # 
Instance details

Defined in Amazonka.CodeBuild.Types.S3ReportExportConfig

type Rep S3ReportExportConfig = D1 ('MetaData "S3ReportExportConfig" "Amazonka.CodeBuild.Types.S3ReportExportConfig" "libZSservicesZSamazonka-codebuildZSamazonka-codebuild" 'False) (C1 ('MetaCons "S3ReportExportConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "packaging") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReportPackagingType)) :*: (S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "bucket") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "bucketOwner") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "encryptionDisabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "encryptionKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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.