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.
6184 6185 6186 6187 6188 6189 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6184 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.
6184 6185 6186 6187 6188 6189 |
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 6184 class ObjectLambdaTransformationConfiguration < Struct.new( :actions, :content_transformation) SENSITIVE = [] include Aws::Structure end |