GetDataAccessorResult

data class GetDataAccessorResult(val actionConfigurations: List<DataAccessorActionConfiguration>? = null, val createdAt: String? = null, val dataAccessorArn: String? = null, val dataAccessorId: String? = null, val displayName: String? = null, val idcApplicationArn: String? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(actionConfigurations: List<DataAccessorActionConfiguration>? = null, createdAt: String? = null, dataAccessorArn: String? = null, dataAccessorId: String? = null, displayName: String? = null, idcApplicationArn: String? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of action configurations specifying the allowed actions and any associated filters.

Link copied to clipboard
val createdAt: String? = null

The timestamp when the data accessor was created.

Link copied to clipboard
val dataAccessorArn: String? = null

The Amazon Resource Name (ARN) of the data accessor.

Link copied to clipboard
val dataAccessorId: String? = null

The unique identifier of the data accessor.

Link copied to clipboard
val displayName: String? = null

The friendly name of the data accessor.

Link copied to clipboard

The Amazon Resource Name (ARN) of the associated IAM Identity Center application.

Link copied to clipboard
val tags: List<Tag>? = null

The tags to associate with the data accessor.

Link copied to clipboard
val updatedAt: String? = null

The timestamp when the data accessor was last updated.