AccessPointObjectLambdaConfiguration

data class AccessPointObjectLambdaConfiguration(val allowedFeatures: List<String>? = null, val cloudWatchMetricsEnabled: Boolean? = null, val supportingAccessPoint: String, val transformationConfigurations: List<AccessPointTransformationConfiguration>)

Configuration to be applied to this Object lambda Access Point. It specifies Supporting Access Point, Transformation Configurations. Customers can also set if they like to enable Cloudwatch metrics for accesses to this Object lambda Access Point. Default setting for Cloudwatch metrics is disable.

Constructors

Link copied to clipboard
constructor(allowedFeatures: List<String>? = null, cloudWatchMetricsEnabled: Boolean? = null, supportingAccessPoint: String, transformationConfigurations: List<AccessPointTransformationConfiguration>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

A container for whether the CloudWatch metrics configuration is enabled.

Link copied to clipboard

Standard access point associated with the Object Lambda Access Point.

Link copied to clipboard

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