ObjectLambdaAccessPointConfigurationArgs

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
constructor(allowedFeatures: Output<List<String>>? = null, cloudWatchMetricsEnabled: Output<Boolean>? = null, supportingAccessPoint: Output<String>, transformationConfigurations: Output<List<ObjectLambdaAccessPointConfigurationTransformationConfigurationArgs>>)

Properties

Link copied to clipboard
val allowedFeatures: Output<List<String>>? = null

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

Link copied to clipboard
val cloudWatchMetricsEnabled: Output<Boolean>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): ObjectLambdaAccessPointConfigurationArgs