Get Data Accessor Result
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)
Properties
Link copied to clipboard
A list of action configurations specifying the allowed actions and any associated filters.
Link copied to clipboard
The Amazon Resource Name (ARN) of the data accessor.
Link copied to clipboard
The unique identifier of the data accessor.
Link copied to clipboard
The friendly name of the data accessor.
Link copied to clipboard
The Amazon Resource Name (ARN) of the associated IAM Identity Center application.