Class: Aws::S3Control::Types::ObjectLambdaTransformationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::ObjectLambdaTransformationConfiguration
- 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
-
#actions ⇒ Array<String>
A container for the action of an Object Lambda Access Point configuration.
-
#content_transformation ⇒ Types::ObjectLambdaContentTransformation
A container for the content transformation of an Object Lambda Access Point configuration.
Instance Attribute Details
#actions ⇒ Array<String>
A container for the action of an Object Lambda Access Point
configuration. Valid inputs are GetObject
, ListObjects
,
HeadObject
, and ListObjectsV2
.
5834 5835 5836 5837 5838 5839 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5834 class ObjectLambdaTransformationConfiguration < Struct.new( :actions, :content_transformation) SENSITIVE = [] include Aws::Structure end |
#content_transformation ⇒ Types::ObjectLambdaContentTransformation
A container for the content transformation of an Object Lambda Access Point configuration.
5834 5835 5836 5837 5838 5839 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 5834 class ObjectLambdaTransformationConfiguration < Struct.new( :actions, :content_transformation) SENSITIVE = [] include Aws::Structure end |