Method: Aws::S3Control::Types::ObjectLambdaConfiguration#allowed_features
- Defined in:
- lib/aws-sdk-s3control/types.rb
#allowed_features ⇒ Array<String>
A container for allowed features. Valid inputs are ‘GetObject-Range`, `GetObject-PartNumber`, `HeadObject-Range`, and `HeadObject-PartNumber`.
5972 5973 5974 5975 5976 5977 5978 5979 |
# File 'lib/aws-sdk-s3control/types.rb', line 5972 class ObjectLambdaConfiguration < Struct.new( :supporting_access_point, :cloud_watch_metrics_enabled, :allowed_features, :transformation_configurations) SENSITIVE = [] include Aws::Structure end |