Method: Aws::S3Control::Types::ObjectLambdaConfiguration#supporting_access_point
- Defined in:
- lib/aws-sdk-s3control/types.rb
#supporting_access_point ⇒ String
Standard access point associated with the Object Lambda Access Point.
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 |