Class: Aws::S3Control::Types::JobOperation

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

Overview

The operation that you want this job to perform on every object listed in the manifest. For more information about the available operations, see Operations in the Amazon S3 User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_invokeTypes::LambdaInvokeOperation

Directs the specified job to invoke an Lambda function on every object in the manifest.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_compute_object_checksumTypes::S3ComputeObjectChecksumOperation

Directs the specified job to compute checksum values for every object in the manifest.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_delete_object_taggingTypes::S3DeleteObjectTaggingOperation

Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.

This functionality is not supported by directory buckets.

Returns:

  • (Types::S3DeleteObjectTaggingOperation)


4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_initiate_restore_objectTypes::S3InitiateRestoreObjectOperation

Directs the specified job to initiate restore requests for every archived object in the manifest.

This functionality is not supported by directory buckets.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_put_object_aclTypes::S3SetObjectAclOperation

Directs the specified job to run a PutObjectAcl call on every object in the manifest.

This functionality is not supported by directory buckets.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_put_object_copyTypes::S3CopyObjectOperation

Directs the specified job to run a PUT Copy object call on every object in the manifest.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

Contains the configuration for an S3 Object Lock legal hold operation that an S3 Batch Operations job passes to every object to the underlying PutObjectLegalHold API operation. For more information, see Using S3 Object Lock legal hold with S3 Batch Operations in the Amazon S3 User Guide.

This functionality is not supported by directory buckets.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_put_object_retentionTypes::S3SetObjectRetentionOperation

Contains the configuration parameters for the Object Lock retention action for an S3 Batch Operations job. Batch Operations passes every object to the underlying PutObjectRetention API operation. For more information, see Using S3 Object Lock retention with S3 Batch Operations in the Amazon S3 User Guide.

This functionality is not supported by directory buckets.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_put_object_taggingTypes::S3SetObjectTaggingOperation

Directs the specified job to run a PUT Object tagging call on every object in the manifest.

This functionality is not supported by directory buckets.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_replicate_objectTypes::S3ReplicateObjectOperation

Directs the specified job to invoke ReplicateObject on every object in the job's manifest.

This functionality is not supported by directory buckets.

Returns:

  • (Types::S3ReplicateObjectOperation)


4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_update_object_encryptionTypes::S3UpdateObjectEncryptionOperation

Updates the server-side encryption type of an existing encrypted object in a general purpose bucket. You can use the UpdateObjectEncryption operation to change encrypted objects from server-side encryption with Amazon S3 managed keys (SSE-S3) to server-side encryption with Key Management Service (KMS) keys (SSE-KMS), or to apply S3 Bucket Keys. You can also use the UpdateObjectEncryption operation to change the customer-managed KMS key used to encrypt your data so that you can comply with custom key-rotation standards.



4260
4261
4262
4263
4264
4265
4266
4267
4268
4269
4270
4271
4272
4273
4274
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 4260

class JobOperation < Struct.new(
  :lambda_invoke,
  :s3_put_object_copy,
  :s3_put_object_acl,
  :s3_put_object_tagging,
  :s3_delete_object_tagging,
  :s3_initiate_restore_object,
  :s3_put_object_legal_hold,
  :s3_put_object_retention,
  :s3_replicate_object,
  :s3_compute_object_checksum,
  :s3_update_object_encryption)
  SENSITIVE = []
  include Aws::Structure
end