AccessPointArgs

data class AccessPointArgs(val name: Output<String>? = null, val objectLambdaConfiguration: Output<AccessPointObjectLambdaConfigurationArgs>? = null) : ConvertibleToJava<AccessPointArgs>

The AWS::S3ObjectLambda::AccessPoint resource is an Amazon S3ObjectLambda resource type that you can use to add computation to S3 actions

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, objectLambdaConfiguration: Output<AccessPointObjectLambdaConfigurationArgs>? = null)

Properties

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

The name you want to assign to this Object lambda Access Point.

Link copied to clipboard

The Object lambda Access Point Configuration that configures transformations to be applied on the objects on specified S3 Actions

Functions

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