ObjectLambdaAccessPointConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allowed features. Valid values: GetObject-Range, GetObject-PartNumber.

Link copied to clipboard

Whether or not the CloudWatch metrics configuration is enabled.

Link copied to clipboard

Standard access point associated with the Object Lambda Access Point.

Link copied to clipboard

List of transformation configurations for the Object Lambda Access Point. See Transformation Configuration below for more details.