Object Lambda Access Point Configuration Args
data class ObjectLambdaAccessPointConfigurationArgs(val allowedFeatures: Output<List<String>>? = null, val cloudWatchMetricsEnabled: Output<Boolean>? = null, val supportingAccessPoint: Output<String>, val transformationConfigurations: Output<List<ObjectLambdaAccessPointConfigurationTransformationConfigurationArgs>>) : ConvertibleToJava<ObjectLambdaAccessPointConfigurationArgs>
Constructors
Link copied to clipboard
fun ObjectLambdaAccessPointConfigurationArgs(allowedFeatures: Output<List<String>>? = null, cloudWatchMetricsEnabled: Output<Boolean>? = null, supportingAccessPoint: Output<String>, transformationConfigurations: Output<List<ObjectLambdaAccessPointConfigurationTransformationConfigurationArgs>>)
Functions
Properties
Link copied to clipboard