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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/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>)


5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5656

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.



5656
5657
5658
5659
5660
5661
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5656

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