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
fun AccessPointObjectLambdaConfiguration(allowedFeatures: List<String>? = null, cloudWatchMetricsEnabled: Boolean? = null, supportingAccessPoint: String, transformationConfigurations: List<AccessPointTransformationConfiguration>)

Types

Link copied to clipboard
object Companion

Properties