Builder
Properties
Directs the specified job to invoke an Lambda function on every object in the manifest.
Directs the specified job to execute a DELETE Object tagging call on every object in the manifest.
Directs the specified job to initiate restore requests for every archived object in the manifest.
Directs the specified job to run a PutObjectAcl
call on every object in the manifest.
Directs the specified job to run a PUT Copy object call on every object in the manifest.
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.
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.
Directs the specified job to run a PUT Object tagging call on every object in the manifest.
Directs the specified job to invoke ReplicateObject
on every object in the job's manifest.
Functions
construct an aws.sdk.kotlin.services.s3control.model.LambdaInvokeOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3DeleteObjectTaggingOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3InitiateRestoreObjectOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3SetObjectAclOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3CopyObjectOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3SetObjectLegalHoldOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3SetObjectRetentionOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3SetObjectTaggingOperation inside the given block
construct an aws.sdk.kotlin.services.s3control.model.S3ReplicateObjectOperation inside the given block