DataResourceResponse

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

Definition of DataResource

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: 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: List<String>? = null

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