Object Lambda Access Point Configuration
data class ObjectLambdaAccessPointConfiguration(val allowedFeatures: List<String>? = null, val cloudWatchMetricsEnabled: Boolean? = null, val supportingAccessPoint: String, val transformationConfigurations: List<ObjectLambdaAccessPointConfigurationTransformationConfiguration>)
Constructors
Link copied to clipboard
fun ObjectLambdaAccessPointConfiguration(allowedFeatures: List<String>? = null, cloudWatchMetricsEnabled: Boolean? = null, supportingAccessPoint: String, transformationConfigurations: List<ObjectLambdaAccessPointConfigurationTransformationConfiguration>)
Types
Properties
Link copied to clipboard