Class: Aws::S3Control::Types::S3JobManifestGenerator

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

Overview

The container for the service that will create the S3 manifest.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_manifest_outputBoolean

Determines whether or not to write the job's generated manifest to a bucket.

Returns:

  • (Boolean)


7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7083

class S3JobManifestGenerator < Struct.new(
  :expected_bucket_owner,
  :source_bucket,
  :manifest_output_location,
  :filter,
  :enable_manifest_output)
  SENSITIVE = []
  include Aws::Structure
end

#expected_bucket_ownerString

The Amazon Web Services account ID that owns the bucket the generated manifest is written to. If provided the generated manifest bucket's owner Amazon Web Services account ID must match this value, else the job fails.

Returns:

  • (String)


7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7083

class S3JobManifestGenerator < Struct.new(
  :expected_bucket_owner,
  :source_bucket,
  :manifest_output_location,
  :filter,
  :enable_manifest_output)
  SENSITIVE = []
  include Aws::Structure
end

#filterTypes::JobManifestGeneratorFilter

Specifies rules the S3JobManifestGenerator should use to decide whether an object in the source bucket should or should not be included in the generated job manifest.



7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7083

class S3JobManifestGenerator < Struct.new(
  :expected_bucket_owner,
  :source_bucket,
  :manifest_output_location,
  :filter,
  :enable_manifest_output)
  SENSITIVE = []
  include Aws::Structure
end

#manifest_output_locationTypes::S3ManifestOutputLocation

Specifies the location the generated manifest will be written to. Manifests can't be written to directory buckets. For more information, see Directory buckets.



7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7083

class S3JobManifestGenerator < Struct.new(
  :expected_bucket_owner,
  :source_bucket,
  :manifest_output_location,
  :filter,
  :enable_manifest_output)
  SENSITIVE = []
  include Aws::Structure
end

#source_bucketString

The source bucket used by the ManifestGenerator.

Directory buckets - Directory buckets aren't supported as the source buckets used by S3JobManifestGenerator to generate the job manifest.

Returns:

  • (String)


7083
7084
7085
7086
7087
7088
7089
7090
7091
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 7083

class S3JobManifestGenerator < Struct.new(
  :expected_bucket_owner,
  :source_bucket,
  :manifest_output_location,
  :filter,
  :enable_manifest_output)
  SENSITIVE = []
  include Aws::Structure
end