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>)


5840
5841
5842
5843
5844
5845
# File 'lib/aws-sdk-s3control/types.rb', line 5840

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.



5840
5841
5842
5843
5844
5845
# File 'lib/aws-sdk-s3control/types.rb', line 5840

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