Class: Aws::CodeBuild::Types::S3ReportExportConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bucketString

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

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#bucket_ownerString

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.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_disabledBoolean

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

Returns:

  • (Boolean)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_keyString

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

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#packagingString

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.

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end

#pathString

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

Returns:

  • (String)


6110
6111
6112
6113
6114
6115
6116
6117
6118
6119
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 6110

class S3ReportExportConfig < Struct.new(
  :bucket,
  :bucket_owner,
  :path,
  :packaging,
  :encryption_key,
  :encryption_disabled)
  SENSITIVE = []
  include Aws::Structure
end