Object Lambda Access Point Configuration
data class ObjectLambdaAccessPointConfiguration(val allowedFeatures: List<String>? = null, val cloudWatchMetricsEnabled: Boolean? = null, val supportingAccessPoint: String, val transformationConfigurations: List<ObjectLambdaAccessPointConfigurationTransformationConfiguration>)
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
val transformationConfigurations: List<ObjectLambdaAccessPointConfigurationTransformationConfiguration>
List of transformation configurations for the Object Lambda Access Point. See Transformation Configuration below for more details.