Class: Aws::S3Control::Types::ObjectLambdaConfiguration

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#allowed_featuresArray<String>

A container for allowed features. Valid inputs are ‘GetObject-Range`, `GetObject-PartNumber`, `HeadObject-Range`, and `HeadObject-PartNumber`.

Returns:

  • (Array<String>)


5786
5787
5788
5789
5790
5791
5792
5793
# File 'lib/aws-sdk-s3control/types.rb', line 5786

class ObjectLambdaConfiguration < Struct.new(
  :supporting_access_point,
  :cloud_watch_metrics_enabled,
  :allowed_features,
  :transformation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_watch_metrics_enabledBoolean

A container for whether the CloudWatch metrics configuration is enabled.

Returns:

  • (Boolean)


5786
5787
5788
5789
5790
5791
5792
5793
# File 'lib/aws-sdk-s3control/types.rb', line 5786

class ObjectLambdaConfiguration < Struct.new(
  :supporting_access_point,
  :cloud_watch_metrics_enabled,
  :allowed_features,
  :transformation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#supporting_access_pointString

Standard access point associated with the Object Lambda Access Point.

Returns:

  • (String)


5786
5787
5788
5789
5790
5791
5792
5793
# File 'lib/aws-sdk-s3control/types.rb', line 5786

class ObjectLambdaConfiguration < Struct.new(
  :supporting_access_point,
  :cloud_watch_metrics_enabled,
  :allowed_features,
  :transformation_configurations)
  SENSITIVE = []
  include Aws::Structure
end

#transformation_configurationsArray<Types::ObjectLambdaTransformationConfiguration>

A container for transformation configurations for an Object Lambda Access Point.



5786
5787
5788
5789
5790
5791
5792
5793
# File 'lib/aws-sdk-s3control/types.rb', line 5786

class ObjectLambdaConfiguration < Struct.new(
  :supporting_access_point,
  :cloud_watch_metrics_enabled,
  :allowed_features,
  :transformation_configurations)
  SENSITIVE = []
  include Aws::Structure
end