Class: Aws::S3Control::Types::ObjectLambdaTransformationConfiguration

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

Overview

A configuration used when creating an Object Lambda Access Point transformation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionsArray<String>

A container for the action of an Object Lambda Access Point configuration. Valid inputs are ‘GetObject`, `ListObjects`, `HeadObject`, and `ListObjectsV2`.

Returns:

  • (Array<String>)


5834
5835
5836
5837
5838
5839
# File 'lib/aws-sdk-s3control/types.rb', line 5834

class ObjectLambdaTransformationConfiguration < Struct.new(
  :actions,
  :content_transformation)
  SENSITIVE = []
  include Aws::Structure
end

#content_transformationTypes::ObjectLambdaContentTransformation

A container for the content transformation of an Object Lambda Access Point configuration.



5834
5835
5836
5837
5838
5839
# File 'lib/aws-sdk-s3control/types.rb', line 5834

class ObjectLambdaTransformationConfiguration < Struct.new(
  :actions,
  :content_transformation)
  SENSITIVE = []
  include Aws::Structure
end