DataResourceArgs

data class DataResourceArgs(val type: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<DataResourceArgs>

Definition of DataResource

Constructors

Link copied to clipboard
constructor(type: Output<String>? = null, values: Output<List<String>>? = null)

Properties

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

The resource type in which you want to log data events. You can specify AWS::S3::Object or AWS::Lambda::Function resources.

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

An array of Amazon Resource Name (ARN) strings or partial ARN strings for the specified objects.

Functions

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